#[repr(u16)]pub enum IdentityCapacityScope {
Server = 1,
Conversation = 2,
}Expand description
Participant identity-capacity scope.
Variants§
Implementations§
Source§impl IdentityCapacityScope
impl IdentityCapacityScope
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 IdentityCapacityScope
impl Clone for IdentityCapacityScope
Source§fn clone(&self) -> IdentityCapacityScope
fn clone(&self) -> IdentityCapacityScope
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 IdentityCapacityScope
Source§impl Debug for IdentityCapacityScope
impl Debug for IdentityCapacityScope
impl Eq for IdentityCapacityScope
Source§impl From<IdentityCapacityScope> for u16
impl From<IdentityCapacityScope> for u16
Source§fn from(value: IdentityCapacityScope) -> Self
fn from(value: IdentityCapacityScope) -> Self
Converts to this type from the input type.
Source§impl Hash for IdentityCapacityScope
impl Hash for IdentityCapacityScope
Source§impl PartialEq for IdentityCapacityScope
impl PartialEq for IdentityCapacityScope
impl StructuralPartialEq for IdentityCapacityScope
Auto Trait Implementations§
impl Freeze for IdentityCapacityScope
impl RefUnwindSafe for IdentityCapacityScope
impl Send for IdentityCapacityScope
impl Sync for IdentityCapacityScope
impl Unpin for IdentityCapacityScope
impl UnsafeUnpin for IdentityCapacityScope
impl UnwindSafe for IdentityCapacityScope
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