Struct aldrin_broker::BrokerShutdown
source · pub struct BrokerShutdown;
Expand description
Broker has shut down.
Trait Implementations§
source§impl Clone for BrokerShutdown
impl Clone for BrokerShutdown
source§fn clone(&self) -> BrokerShutdown
fn clone(&self) -> BrokerShutdown
Returns a copy 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 BrokerShutdown
impl Debug for BrokerShutdown
source§impl Display for BrokerShutdown
impl Display for BrokerShutdown
source§impl Error for BrokerShutdown
impl Error for BrokerShutdown
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
source§impl PartialEq for BrokerShutdown
impl PartialEq for BrokerShutdown
source§fn eq(&self, other: &BrokerShutdown) -> bool
fn eq(&self, other: &BrokerShutdown) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BrokerShutdown
impl Eq for BrokerShutdown
impl StructuralEq for BrokerShutdown
impl StructuralPartialEq for BrokerShutdown
Auto Trait Implementations§
impl RefUnwindSafe for BrokerShutdown
impl Send for BrokerShutdown
impl Sync for BrokerShutdown
impl Unpin for BrokerShutdown
impl UnwindSafe for BrokerShutdown
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