pub struct FieldWrapping(/* private fields */);Expand description
A list of WrappingTypes that wrap a FieldType
Trait Implementations§
Source§impl Clone for FieldWrapping
impl Clone for FieldWrapping
Source§fn clone(&self) -> FieldWrapping
fn clone(&self) -> FieldWrapping
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 FieldWrapping
impl Debug for FieldWrapping
Source§impl IntoIterator for FieldWrapping
impl IntoIterator for FieldWrapping
Source§impl PartialEq for FieldWrapping
impl PartialEq for FieldWrapping
impl Copy for FieldWrapping
impl Eq for FieldWrapping
impl StructuralPartialEq for FieldWrapping
Auto Trait Implementations§
impl Freeze for FieldWrapping
impl RefUnwindSafe for FieldWrapping
impl Send for FieldWrapping
impl Sync for FieldWrapping
impl Unpin for FieldWrapping
impl UnwindSafe for FieldWrapping
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