pub struct ChildrenDef {
pub field_type: FieldType,
}Fields§
§field_type: FieldTypeTrait Implementations§
Source§impl Clone for ChildrenDef
impl Clone for ChildrenDef
Source§fn clone(&self) -> ChildrenDef
fn clone(&self) -> ChildrenDef
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 moreAuto Trait Implementations§
impl Freeze for ChildrenDef
impl RefUnwindSafe for ChildrenDef
impl !Send for ChildrenDef
impl !Sync for ChildrenDef
impl Unpin for ChildrenDef
impl UnsafeUnpin for ChildrenDef
impl UnwindSafe for ChildrenDef
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