pub struct Node2Vec { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Node2Vec
impl RefUnwindSafe for Node2Vec
impl !Send for Node2Vec
impl !Sync for Node2Vec
impl Unpin for Node2Vec
impl UnwindSafe for Node2Vec
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