#[repr(u8)]pub enum CredKind {
Key = 0,
Script = 1,
}
Variants§
Trait Implementations§
source§impl Ord for CredKind
impl Ord for CredKind
source§impl PartialEq for CredKind
impl PartialEq for CredKind
source§impl PartialOrd for CredKind
impl PartialOrd for CredKind
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for CredKind
impl StructuralEq for CredKind
impl StructuralPartialEq for CredKind
Auto Trait Implementations§
impl RefUnwindSafe for CredKind
impl Send for CredKind
impl Sync for CredKind
impl Unpin for CredKind
impl UnwindSafe for CredKind
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