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