pub struct MissingServer;Trait Implementations§
Source§impl Clone for MissingServer
impl Clone for MissingServer
Source§fn clone(&self) -> MissingServer
fn clone(&self) -> MissingServer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MissingServer
impl Debug for MissingServer
Source§impl Display for MissingServer
impl Display for MissingServer
Source§impl Error for MissingServer
impl Error for MissingServer
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Copy for MissingServer
Auto Trait Implementations§
impl Freeze for MissingServer
impl RefUnwindSafe for MissingServer
impl Send for MissingServer
impl Sync for MissingServer
impl Unpin for MissingServer
impl UnwindSafe for MissingServer
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