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