pub struct FieldModifiers(pub u32);Expand description
Field modifiers used during type checking and resolution.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for FieldModifiers
impl Clone for FieldModifiers
Source§fn clone(&self) -> FieldModifiers
fn clone(&self) -> FieldModifiers
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 FieldModifiers
impl Debug for FieldModifiers
Source§impl PartialEq for FieldModifiers
impl PartialEq for FieldModifiers
impl Copy for FieldModifiers
impl Eq for FieldModifiers
impl StructuralPartialEq for FieldModifiers
Auto Trait Implementations§
impl Freeze for FieldModifiers
impl RefUnwindSafe for FieldModifiers
impl Send for FieldModifiers
impl Sync for FieldModifiers
impl Unpin for FieldModifiers
impl UnsafeUnpin for FieldModifiers
impl UnwindSafe for FieldModifiers
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