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