Struct ListPropertiesRequest
pub struct ListPropertiesRequest {
pub window: u32,
}
Fields§
§window: u32
Implementations§
Trait Implementations§
§impl Clone for ListPropertiesRequest
impl Clone for ListPropertiesRequest
§fn clone(&self) -> ListPropertiesRequest
fn clone(&self) -> ListPropertiesRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ListPropertiesRequest
impl Debug for ListPropertiesRequest
§impl Default for ListPropertiesRequest
impl Default for ListPropertiesRequest
§fn default() -> ListPropertiesRequest
fn default() -> ListPropertiesRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for ListPropertiesRequest
impl ReplyRequest for ListPropertiesRequest
§type Reply = ListPropertiesReply
type Reply = ListPropertiesReply
The kind of reply that this request generates.
§impl Request for ListPropertiesRequest
impl Request for ListPropertiesRequest
impl Copy for ListPropertiesRequest
Auto Trait Implementations§
impl Freeze for ListPropertiesRequest
impl RefUnwindSafe for ListPropertiesRequest
impl Send for ListPropertiesRequest
impl Sync for ListPropertiesRequest
impl Unpin for ListPropertiesRequest
impl UnwindSafe for ListPropertiesRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)