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