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