pub enum ReactorBridgeSinkError {
AttemptClosure,
}
Expand description
An error type for bridge sink.
Variants§
AttemptClosure
A bridge is an RAII Guard, it can only be closed by dropping the value.
Trait Implementations§
Source§impl Clone for ReactorBridgeSinkError
impl Clone for ReactorBridgeSinkError
Source§fn clone(&self) -> ReactorBridgeSinkError
fn clone(&self) -> ReactorBridgeSinkError
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 ReactorBridgeSinkError
impl Debug for ReactorBridgeSinkError
Source§impl Display for ReactorBridgeSinkError
impl Display for ReactorBridgeSinkError
Source§impl Error for ReactorBridgeSinkError
impl Error for ReactorBridgeSinkError
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()
Source§impl PartialEq for ReactorBridgeSinkError
impl PartialEq for ReactorBridgeSinkError
impl Eq for ReactorBridgeSinkError
impl StructuralPartialEq for ReactorBridgeSinkError
Auto Trait Implementations§
impl Freeze for ReactorBridgeSinkError
impl RefUnwindSafe for ReactorBridgeSinkError
impl Send for ReactorBridgeSinkError
impl Sync for ReactorBridgeSinkError
impl Unpin for ReactorBridgeSinkError
impl UnwindSafe for ReactorBridgeSinkError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
Source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.Source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
Source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.