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