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