pub enum ChildrenKind {
String,
Single,
List(Type),
None,
}Variants§
Auto Trait Implementations§
impl Freeze for ChildrenKind
impl RefUnwindSafe for ChildrenKind
impl !Send for ChildrenKind
impl !Sync for ChildrenKind
impl Unpin for ChildrenKind
impl UnwindSafe for ChildrenKind
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