pub struct directChildrenCount;
Trait Implementations§
Source§impl Field for directChildrenCount
impl Field for directChildrenCount
Auto Trait Implementations§
impl Freeze for directChildrenCount
impl RefUnwindSafe for directChildrenCount
impl Send for directChildrenCount
impl Sync for directChildrenCount
impl Unpin for directChildrenCount
impl UnwindSafe for directChildrenCount
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