pub enum WrappingType {
NonNull,
List,
}
Variants§
Trait Implementations§
Source§impl Clone for WrappingType
impl Clone for WrappingType
Source§fn clone(&self) -> WrappingType
fn clone(&self) -> WrappingType
Returns a copy 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 WrappingType
impl Debug for WrappingType
Source§impl PartialEq for WrappingType
impl PartialEq for WrappingType
impl Copy for WrappingType
impl Eq for WrappingType
impl StructuralPartialEq for WrappingType
Auto Trait Implementations§
impl Freeze for WrappingType
impl RefUnwindSafe for WrappingType
impl Send for WrappingType
impl Sync for WrappingType
impl Unpin for WrappingType
impl UnwindSafe for WrappingType
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