pub struct FieldOpt {
pub num: u64,
pub is_nested: bool,
}
Fields§
§num: u64
§is_nested: bool
Implementations§
Trait Implementations§
impl Copy for FieldOpt
impl Eq for FieldOpt
impl StructuralPartialEq for FieldOpt
Auto Trait Implementations§
impl Freeze for FieldOpt
impl RefUnwindSafe for FieldOpt
impl Send for FieldOpt
impl Sync for FieldOpt
impl Unpin for FieldOpt
impl UnwindSafe for FieldOpt
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