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