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