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