pub struct UnnamedField { /* private fields */ }Expand description
An unnamed field that is part of a structure.
Trait Implementations§
Source§impl Clone for UnnamedField
impl Clone for UnnamedField
Source§fn clone(&self) -> UnnamedField
fn clone(&self) -> UnnamedField
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 UnnamedField
impl Debug for UnnamedField
Source§impl Hash for UnnamedField
impl Hash for UnnamedField
Source§impl PartialEq for UnnamedField
impl PartialEq for UnnamedField
impl Eq for UnnamedField
impl StructuralPartialEq for UnnamedField
Auto Trait Implementations§
impl Freeze for UnnamedField
impl RefUnwindSafe for UnnamedField
impl !Send for UnnamedField
impl !Sync for UnnamedField
impl Unpin for UnnamedField
impl UnwindSafe for UnnamedField
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