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