pub struct MethodImplAttributes(/* private fields */);
Implementations§
Source§impl MethodImplAttributes
impl MethodImplAttributes
pub const PreserveSig: Self
Trait Implementations§
Source§impl BitAnd for MethodImplAttributes
impl BitAnd for MethodImplAttributes
Source§impl BitAndAssign for MethodImplAttributes
impl BitAndAssign for MethodImplAttributes
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for MethodImplAttributes
impl BitOr for MethodImplAttributes
Source§impl BitOrAssign for MethodImplAttributes
impl BitOrAssign for MethodImplAttributes
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreSource§impl Clone for MethodImplAttributes
impl Clone for MethodImplAttributes
Source§fn clone(&self) -> MethodImplAttributes
fn clone(&self) -> MethodImplAttributes
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 MethodImplAttributes
impl Debug for MethodImplAttributes
Source§impl Default for MethodImplAttributes
impl Default for MethodImplAttributes
Source§fn default() -> MethodImplAttributes
fn default() -> MethodImplAttributes
Returns the “default value” for a type. Read more
Source§impl Not for MethodImplAttributes
impl Not for MethodImplAttributes
Source§impl Ord for MethodImplAttributes
impl Ord for MethodImplAttributes
Source§fn cmp(&self, other: &MethodImplAttributes) -> Ordering
fn cmp(&self, other: &MethodImplAttributes) -> 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 MethodImplAttributes
impl PartialEq for MethodImplAttributes
Source§impl PartialOrd for MethodImplAttributes
impl PartialOrd for MethodImplAttributes
impl Copy for MethodImplAttributes
impl Eq for MethodImplAttributes
impl StructuralPartialEq for MethodImplAttributes
Auto Trait Implementations§
impl Freeze for MethodImplAttributes
impl RefUnwindSafe for MethodImplAttributes
impl Send for MethodImplAttributes
impl Sync for MethodImplAttributes
impl Unpin for MethodImplAttributes
impl UnwindSafe for MethodImplAttributes
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