pub struct FieldSpec { /* private fields */ }Expand description
A single field requirement within a FieldShape: a name, a shape, and
whether the field must be present.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FieldSpec
impl !UnwindSafe for FieldSpec
impl Freeze for FieldSpec
impl Send for FieldSpec
impl Sync for FieldSpec
impl Unpin for FieldSpec
impl UnsafeUnpin for FieldSpec
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