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