pub enum LossRecordRefusal {
NotEstablished,
Permit(ReconnectPermitRefusalReason),
}Expand description
Closed refusal classes for an established-loss report.
Variants§
NotEstablished
No established connection exists at the aggregate (not Online).
Permit(ReconnectPermitRefusalReason)
The aggregate refused to mint the loss permit.
Trait Implementations§
Source§impl Clone for LossRecordRefusal
impl Clone for LossRecordRefusal
Source§fn clone(&self) -> LossRecordRefusal
fn clone(&self) -> LossRecordRefusal
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 LossRecordRefusal
Source§impl Debug for LossRecordRefusal
impl Debug for LossRecordRefusal
impl Eq for LossRecordRefusal
Source§impl PartialEq for LossRecordRefusal
impl PartialEq for LossRecordRefusal
impl StructuralPartialEq for LossRecordRefusal
Auto Trait Implementations§
impl Freeze for LossRecordRefusal
impl RefUnwindSafe for LossRecordRefusal
impl Send for LossRecordRefusal
impl Sync for LossRecordRefusal
impl Unpin for LossRecordRefusal
impl UnsafeUnpin for LossRecordRefusal
impl UnwindSafe for LossRecordRefusal
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<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.