pub enum InitNested {
Primitive(bool),
List(bool),
Struct(bool),
}
Expand description
The initial info of nested data types.
Variants§
Trait Implementations§
source§impl Clone for InitNested
impl Clone for InitNested
source§fn clone(&self) -> InitNested
fn clone(&self) -> InitNested
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 InitNested
impl Debug for InitNested
source§impl PartialEq for InitNested
impl PartialEq for InitNested
source§fn eq(&self, other: &InitNested) -> bool
fn eq(&self, other: &InitNested) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InitNested
impl Eq for InitNested
impl StructuralPartialEq for InitNested
Auto Trait Implementations§
impl Freeze for InitNested
impl RefUnwindSafe for InitNested
impl Send for InitNested
impl Sync for InitNested
impl Unpin for InitNested
impl UnwindSafe for InitNested
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