pub struct NoBackend;Expand description
Marker: no backend configured.
Auto Trait Implementations§
impl Freeze for NoBackend
impl RefUnwindSafe for NoBackend
impl Send for NoBackend
impl Sync for NoBackend
impl Unpin for NoBackend
impl UnsafeUnpin for NoBackend
impl UnwindSafe for NoBackend
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