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