pub struct ListPropertiesRequest {
pub window: u32,
}Fields§
§window: u32Implementations§
Trait Implementations§
Source§impl Clone for ListPropertiesRequest
impl Clone for ListPropertiesRequest
Source§fn clone(&self) -> ListPropertiesRequest
fn clone(&self) -> ListPropertiesRequest
Returns a duplicate 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 moreSource§impl Debug for ListPropertiesRequest
impl Debug for ListPropertiesRequest
Source§impl Default for ListPropertiesRequest
impl Default for ListPropertiesRequest
Source§fn default() -> ListPropertiesRequest
fn default() -> ListPropertiesRequest
Returns the “default value” for a type. Read more
Source§impl Hash for ListPropertiesRequest
impl Hash for ListPropertiesRequest
Source§impl Ord for ListPropertiesRequest
impl Ord for ListPropertiesRequest
Source§fn cmp(&self, other: &ListPropertiesRequest) -> Ordering
fn cmp(&self, other: &ListPropertiesRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ListPropertiesRequest
impl PartialEq for ListPropertiesRequest
Source§impl PartialOrd for ListPropertiesRequest
impl PartialOrd for ListPropertiesRequest
Source§impl ReplyRequest for ListPropertiesRequest
impl ReplyRequest for ListPropertiesRequest
Source§type Reply = ListPropertiesReply
type Reply = ListPropertiesReply
The kind of reply that this request generates.
Source§impl Request for ListPropertiesRequest
impl Request for ListPropertiesRequest
impl Copy for ListPropertiesRequest
impl Eq for ListPropertiesRequest
impl StructuralPartialEq 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