pub struct CIL;
Implementations§
Auto Trait Implementations§
impl Freeze for CIL
impl RefUnwindSafe for CIL
impl Send for CIL
impl Sync for CIL
impl Unpin for CIL
impl UnwindSafe for CIL
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