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