pub enum StructFieldIdentifier {
Named(Ident),
Position(usize),
}Variants§
Trait Implementations§
Source§impl Clone for StructFieldIdentifier
impl Clone for StructFieldIdentifier
Source§fn clone(&self) -> StructFieldIdentifier
fn clone(&self) -> StructFieldIdentifier
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Send for StructFieldIdentifier
impl !Sync for StructFieldIdentifier
impl Freeze for StructFieldIdentifier
impl RefUnwindSafe for StructFieldIdentifier
impl Unpin for StructFieldIdentifier
impl UnsafeUnpin for StructFieldIdentifier
impl UnwindSafe for StructFieldIdentifier
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