pub struct FailingTierBackend;Expand description
In-memory backend that always returns an error.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FailingTierBackend
impl RefUnwindSafe for FailingTierBackend
impl Send for FailingTierBackend
impl Sync for FailingTierBackend
impl Unpin for FailingTierBackend
impl UnsafeUnpin for FailingTierBackend
impl UnwindSafe for FailingTierBackend
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