pub enum ChildKind {
Fields,
Items,
}Expand description
Describes what kind of children a container holds.
Used to select the correct unit word for omitted count markers (e.g. “fields” vs “items”).
Variants§
Auto Trait Implementations§
impl Freeze for ChildKind
impl RefUnwindSafe for ChildKind
impl Send for ChildKind
impl Sync for ChildKind
impl Unpin for ChildKind
impl UnsafeUnpin for ChildKind
impl UnwindSafe for ChildKind
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