pub struct AutoNodeIdGenerator { /* private fields */ }Expand description
Auto-incrementing NodeIdGenerator
Trait Implementations§
Source§impl Debug for AutoNodeIdGenerator
impl Debug for AutoNodeIdGenerator
Source§impl Default for AutoNodeIdGenerator
impl Default for AutoNodeIdGenerator
Auto Trait Implementations§
impl Freeze for AutoNodeIdGenerator
impl RefUnwindSafe for AutoNodeIdGenerator
impl Send for AutoNodeIdGenerator
impl Sync for AutoNodeIdGenerator
impl Unpin for AutoNodeIdGenerator
impl UnwindSafe for AutoNodeIdGenerator
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