pub enum AuthCompleteIndicationStatus {
OK = 0,
FAIL = 1,
}Variants§
Trait Implementations§
Source§impl Clone for AuthCompleteIndicationStatus
impl Clone for AuthCompleteIndicationStatus
Source§fn clone(&self) -> AuthCompleteIndicationStatus
fn clone(&self) -> AuthCompleteIndicationStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuthCompleteIndicationStatus
impl Debug for AuthCompleteIndicationStatus
Source§impl Enum for AuthCompleteIndicationStatus
impl Enum for AuthCompleteIndicationStatus
Source§const NAME: &'static str = "AuthCompleteIndicationStatus"
const NAME: &'static str = "AuthCompleteIndicationStatus"
Enum name as specified in
.proto file. Read moreSource§const VALUES: &'static [AuthCompleteIndicationStatus]
const VALUES: &'static [AuthCompleteIndicationStatus]
All enum values for enum type.
Source§impl EnumFull for AuthCompleteIndicationStatus
impl EnumFull for AuthCompleteIndicationStatus
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for AuthCompleteIndicationStatus
impl Hash for AuthCompleteIndicationStatus
Source§impl PartialEq for AuthCompleteIndicationStatus
impl PartialEq for AuthCompleteIndicationStatus
Source§fn eq(&self, other: &AuthCompleteIndicationStatus) -> bool
fn eq(&self, other: &AuthCompleteIndicationStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AuthCompleteIndicationStatus
impl Eq for AuthCompleteIndicationStatus
impl StructuralPartialEq for AuthCompleteIndicationStatus
Auto Trait Implementations§
impl Freeze for AuthCompleteIndicationStatus
impl RefUnwindSafe for AuthCompleteIndicationStatus
impl Send for AuthCompleteIndicationStatus
impl Sync for AuthCompleteIndicationStatus
impl Unpin for AuthCompleteIndicationStatus
impl UnsafeUnpin for AuthCompleteIndicationStatus
impl UnwindSafe for AuthCompleteIndicationStatus
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