pub struct Closeable;Expand description
The type corresponding to the Closeable protocol. Provides a means of synchronously closing a connection.
Trait Implementations§
Source§impl<___H, ___T> DispatchClientMessage<___H, ___T> for Closeablewhere
___H: CloseableClientHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchClientMessage<___H, ___T> for Closeablewhere
___H: CloseableClientHandler<___T> + Send,
___T: Transport,
Source§impl<___H, ___T> DispatchLocalClientMessage<___H, ___T> for Closeablewhere
___H: CloseableLocalClientHandler<___T>,
___T: Transport,
impl<___H, ___T> DispatchLocalClientMessage<___H, ___T> for Closeablewhere
___H: CloseableLocalClientHandler<___T>,
___T: Transport,
Source§impl<___H, ___T> DispatchLocalServerMessage<___H, ___T> for Closeablewhere
___H: CloseableLocalServerHandler<___T>,
___T: Transport,
impl<___H, ___T> DispatchLocalServerMessage<___H, ___T> for Closeablewhere
___H: CloseableLocalServerHandler<___T>,
___T: Transport,
Source§impl<___H, ___T> DispatchServerMessage<___H, ___T> for Closeablewhere
___H: CloseableServerHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchServerMessage<___H, ___T> for Closeablewhere
___H: CloseableServerHandler<___T> + Send,
___T: Transport,
impl StructuralPartialEq for Closeable
Auto Trait Implementations§
impl Freeze for Closeable
impl RefUnwindSafe for Closeable
impl Send for Closeable
impl Sync for Closeable
impl Unpin for Closeable
impl UnwindSafe for Closeable
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]