#[repr(u16)]pub enum DetachAuthorityStateTag {
Live = 1,
TerminalizedDetachCell = 2,
}Expand description
Detach-specific outer authority-state selector.
Variants§
Live = 1
Live identity authority mismatch.
TerminalizedDetachCell = 2
Exact old token resolved to a terminalized detach cell.
Implementations§
Source§impl DetachAuthorityStateTag
impl DetachAuthorityStateTag
Sourcepub const fn wire_value(self) -> u16
pub const fn wire_value(self) -> u16
Returns the stable v1 wire value.
Trait Implementations§
Source§impl Clone for DetachAuthorityStateTag
impl Clone for DetachAuthorityStateTag
Source§fn clone(&self) -> DetachAuthorityStateTag
fn clone(&self) -> DetachAuthorityStateTag
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 DetachAuthorityStateTag
Source§impl Debug for DetachAuthorityStateTag
impl Debug for DetachAuthorityStateTag
impl Eq for DetachAuthorityStateTag
Source§impl From<DetachAuthorityStateTag> for u16
impl From<DetachAuthorityStateTag> for u16
Source§fn from(value: DetachAuthorityStateTag) -> Self
fn from(value: DetachAuthorityStateTag) -> Self
Converts to this type from the input type.
Source§impl Hash for DetachAuthorityStateTag
impl Hash for DetachAuthorityStateTag
Source§impl PartialEq for DetachAuthorityStateTag
impl PartialEq for DetachAuthorityStateTag
impl StructuralPartialEq for DetachAuthorityStateTag
Auto Trait Implementations§
impl Freeze for DetachAuthorityStateTag
impl RefUnwindSafe for DetachAuthorityStateTag
impl Send for DetachAuthorityStateTag
impl Sync for DetachAuthorityStateTag
impl Unpin for DetachAuthorityStateTag
impl UnsafeUnpin for DetachAuthorityStateTag
impl UnwindSafe for DetachAuthorityStateTag
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