pub enum FieldGeneration {
Insert(Arg),
}Expand description
Field
Variants§
Trait Implementations§
Source§impl Clone for FieldGeneration
impl Clone for FieldGeneration
Source§fn clone(&self) -> FieldGeneration
fn clone(&self) -> FieldGeneration
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 FieldGeneration
impl Debug for FieldGeneration
Auto Trait Implementations§
impl Freeze for FieldGeneration
impl RefUnwindSafe for FieldGeneration
impl Send for FieldGeneration
impl Sync for FieldGeneration
impl Unpin for FieldGeneration
impl UnsafeUnpin for FieldGeneration
impl UnwindSafe for FieldGeneration
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