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