#[repr(u16)]pub enum BindingStateTag {
Bound = 1,
Detached = 2,
}Expand description
Binding view selector inside terminalized-detach stale authority.
Variants§
Implementations§
Source§impl BindingStateTag
impl BindingStateTag
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 BindingStateTag
impl Clone for BindingStateTag
Source§fn clone(&self) -> BindingStateTag
fn clone(&self) -> BindingStateTag
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 BindingStateTag
Source§impl Debug for BindingStateTag
impl Debug for BindingStateTag
impl Eq for BindingStateTag
Source§impl From<BindingStateTag> for u16
impl From<BindingStateTag> for u16
Source§fn from(value: BindingStateTag) -> Self
fn from(value: BindingStateTag) -> Self
Converts to this type from the input type.
Source§impl Hash for BindingStateTag
impl Hash for BindingStateTag
Source§impl PartialEq for BindingStateTag
impl PartialEq for BindingStateTag
impl StructuralPartialEq for BindingStateTag
Auto Trait Implementations§
impl Freeze for BindingStateTag
impl RefUnwindSafe for BindingStateTag
impl Send for BindingStateTag
impl Sync for BindingStateTag
impl Unpin for BindingStateTag
impl UnsafeUnpin for BindingStateTag
impl UnwindSafe for BindingStateTag
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