pub struct InMemoryError(pub String);Expand description
Error type for in-memory transport (should never happen in tests).
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Debug for InMemoryError
impl Debug for InMemoryError
Auto Trait Implementations§
impl Freeze for InMemoryError
impl RefUnwindSafe for InMemoryError
impl Send for InMemoryError
impl Sync for InMemoryError
impl Unpin for InMemoryError
impl UnsafeUnpin for InMemoryError
impl UnwindSafe for InMemoryError
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