pub enum IdCredType {
KID = 4,
KCCS = 14,
}Variants§
Trait Implementations§
Source§impl Clone for IdCredType
impl Clone for IdCredType
Source§fn clone(&self) -> IdCredType
fn clone(&self) -> IdCredType
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 IdCredType
impl Debug for IdCredType
Source§impl From<u8> for IdCredType
impl From<u8> for IdCredType
Source§impl PartialEq for IdCredType
impl PartialEq for IdCredType
impl Copy for IdCredType
impl StructuralPartialEq for IdCredType
Auto Trait Implementations§
impl Freeze for IdCredType
impl RefUnwindSafe for IdCredType
impl Send for IdCredType
impl Sync for IdCredType
impl Unpin for IdCredType
impl UnwindSafe for IdCredType
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