pub enum LostAuthorityResolutionRefusalReason {
NoPendingTestimony,
}Expand description
Reason a lost-authority resolution was refused.
Variants§
NoPendingTestimony
No serialized lost-authority testimony is pending in this domain.
Trait Implementations§
Source§impl Clone for LostAuthorityResolutionRefusalReason
impl Clone for LostAuthorityResolutionRefusalReason
Source§fn clone(&self) -> LostAuthorityResolutionRefusalReason
fn clone(&self) -> LostAuthorityResolutionRefusalReason
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 LostAuthorityResolutionRefusalReason
impl Eq for LostAuthorityResolutionRefusalReason
impl StructuralPartialEq for LostAuthorityResolutionRefusalReason
Auto Trait Implementations§
impl Freeze for LostAuthorityResolutionRefusalReason
impl RefUnwindSafe for LostAuthorityResolutionRefusalReason
impl Send for LostAuthorityResolutionRefusalReason
impl Sync for LostAuthorityResolutionRefusalReason
impl Unpin for LostAuthorityResolutionRefusalReason
impl UnsafeUnpin for LostAuthorityResolutionRefusalReason
impl UnwindSafe for LostAuthorityResolutionRefusalReason
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