pub struct MethodSemantics(/* private fields */);Trait Implementations§
Source§impl Clone for MethodSemantics
impl Clone for MethodSemantics
Source§fn clone(&self) -> MethodSemantics
fn clone(&self) -> MethodSemantics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MethodSemantics
Source§impl Debug for MethodSemantics
impl Debug for MethodSemantics
Source§impl Default for MethodSemantics
impl Default for MethodSemantics
Source§fn default() -> MethodSemantics
fn default() -> MethodSemantics
Returns the “default value” for a type. Read more
impl Eq for MethodSemantics
Source§impl Hash for MethodSemantics
impl Hash for MethodSemantics
Source§impl Ord for MethodSemantics
impl Ord for MethodSemantics
Source§fn cmp(&self, other: &MethodSemantics) -> Ordering
fn cmp(&self, other: &MethodSemantics) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MethodSemantics
impl PartialEq for MethodSemantics
Source§impl PartialOrd for MethodSemantics
impl PartialOrd for MethodSemantics
impl StructuralPartialEq for MethodSemantics
Auto Trait Implementations§
impl Freeze for MethodSemantics
impl RefUnwindSafe for MethodSemantics
impl Send for MethodSemantics
impl Sync for MethodSemantics
impl Unpin for MethodSemantics
impl UnsafeUnpin for MethodSemantics
impl UnwindSafe for MethodSemantics
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