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