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