pub struct NoAttachedServerError();
Trait Implementations§
Source§impl Debug for NoAttachedServerError
impl Debug for NoAttachedServerError
Source§impl Display for NoAttachedServerError
impl Display for NoAttachedServerError
Source§impl From<NoAttachedServerError> for AnyError
impl From<NoAttachedServerError> for AnyError
Source§fn from(e: NoAttachedServerError) -> AnyError
fn from(e: NoAttachedServerError) -> AnyError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NoAttachedServerError
impl RefUnwindSafe for NoAttachedServerError
impl Send for NoAttachedServerError
impl Sync for NoAttachedServerError
impl Unpin for NoAttachedServerError
impl UnwindSafe for NoAttachedServerError
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