pub struct ClosedLapinBroker { /* private fields */ }Expand description
The terminal witness returned by shutting down a ConnectedLapinBroker.
It has no publish or subscribe surface; it carries whether the close handshake actually ran, which distinguishes an orderly teardown from closing a connection the server had already dropped.
Implementations§
Trait Implementations§
Source§impl Clone for ClosedLapinBroker
impl Clone for ClosedLapinBroker
Source§fn clone(&self) -> ClosedLapinBroker
fn clone(&self) -> ClosedLapinBroker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClosedLapinBroker
Source§impl Debug for ClosedLapinBroker
impl Debug for ClosedLapinBroker
impl Eq for ClosedLapinBroker
Source§impl PartialEq for ClosedLapinBroker
impl PartialEq for ClosedLapinBroker
impl StructuralPartialEq for ClosedLapinBroker
Auto Trait Implementations§
impl Freeze for ClosedLapinBroker
impl RefUnwindSafe for ClosedLapinBroker
impl Send for ClosedLapinBroker
impl Sync for ClosedLapinBroker
impl Unpin for ClosedLapinBroker
impl UnsafeUnpin for ClosedLapinBroker
impl UnwindSafe for ClosedLapinBroker
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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