pub enum FieldDefBody {
Alternate(FieldDefAlternate),
Slice(FieldDefSlice),
Wildcard(Wildcard),
LiteralNumber(Number),
}Variants§
Trait Implementations§
Source§impl Clone for FieldDefBody
impl Clone for FieldDefBody
Source§fn clone(&self) -> FieldDefBody
fn clone(&self) -> FieldDefBody
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 FieldDefBody
impl Debug for FieldDefBody
Auto Trait Implementations§
impl Freeze for FieldDefBody
impl RefUnwindSafe for FieldDefBody
impl Send for FieldDefBody
impl Sync for FieldDefBody
impl Unpin for FieldDefBody
impl UnwindSafe for FieldDefBody
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