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