pub enum FieldTokenType {
InnerMostType,
InnerVariantExpr,
NestedOptionType,
VariantExpr,
}Variants§
Trait Implementations§
Source§impl Clone for FieldTokenType
impl Clone for FieldTokenType
Source§fn clone(&self) -> FieldTokenType
fn clone(&self) -> FieldTokenType
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 FieldTokenType
impl Debug for FieldTokenType
impl Copy for FieldTokenType
Auto Trait Implementations§
impl Freeze for FieldTokenType
impl RefUnwindSafe for FieldTokenType
impl Send for FieldTokenType
impl Sync for FieldTokenType
impl Unpin for FieldTokenType
impl UnwindSafe for FieldTokenType
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