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 FromIterator<WrappingType> for TypeWrappers
impl FromIterator<WrappingType> for TypeWrappers
Source§fn from_iter<T: IntoIterator<Item = WrappingType>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = WrappingType>>(iter: T) -> Self
Creates a value from an iterator. Read more
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.