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