pub struct GetPropertyCreateContextRequest;
Implementations§
Trait Implementations§
Source§impl Clone for GetPropertyCreateContextRequest
impl Clone for GetPropertyCreateContextRequest
Source§fn clone(&self) -> GetPropertyCreateContextRequest
fn clone(&self) -> GetPropertyCreateContextRequest
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 Default for GetPropertyCreateContextRequest
impl Default for GetPropertyCreateContextRequest
Source§fn default() -> GetPropertyCreateContextRequest
fn default() -> GetPropertyCreateContextRequest
Returns the “default value” for a type. Read more
Source§impl Ord for GetPropertyCreateContextRequest
impl Ord for GetPropertyCreateContextRequest
Source§fn cmp(&self, other: &GetPropertyCreateContextRequest) -> Ordering
fn cmp(&self, other: &GetPropertyCreateContextRequest) -> 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 GetPropertyCreateContextRequest
impl PartialEq for GetPropertyCreateContextRequest
Source§fn eq(&self, other: &GetPropertyCreateContextRequest) -> bool
fn eq(&self, other: &GetPropertyCreateContextRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for GetPropertyCreateContextRequest
impl PartialOrd for GetPropertyCreateContextRequest
Source§impl ReplyRequest for GetPropertyCreateContextRequest
impl ReplyRequest for GetPropertyCreateContextRequest
Source§type Reply = GetPropertyCreateContextReply
type Reply = GetPropertyCreateContextReply
The kind of reply that this request generates.
impl Copy for GetPropertyCreateContextRequest
impl Eq for GetPropertyCreateContextRequest
impl StructuralPartialEq for GetPropertyCreateContextRequest
Auto Trait Implementations§
impl Freeze for GetPropertyCreateContextRequest
impl RefUnwindSafe for GetPropertyCreateContextRequest
impl Send for GetPropertyCreateContextRequest
impl Sync for GetPropertyCreateContextRequest
impl Unpin for GetPropertyCreateContextRequest
impl UnwindSafe for GetPropertyCreateContextRequest
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