pub enum BarrierError {
Atomic(SharedAtomicError),
EpochTooFarBehind,
Timeout,
NoLivePeers,
}Variants§
Trait Implementations§
Source§impl Clone for BarrierError
impl Clone for BarrierError
Source§fn clone(&self) -> BarrierError
fn clone(&self) -> BarrierError
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 BarrierError
Source§impl Debug for BarrierError
impl Debug for BarrierError
impl Eq for BarrierError
Source§fn from(e: SharedAtomicError) -> Self
fn from(e: SharedAtomicError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BarrierError
impl PartialEq for BarrierError
impl StructuralPartialEq for BarrierError
Auto Trait Implementations§
impl Freeze for BarrierError
impl RefUnwindSafe for BarrierError
impl Send for BarrierError
impl Sync for BarrierError
impl Unpin for BarrierError
impl UnsafeUnpin for BarrierError
impl UnwindSafe for BarrierError
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