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