Enum cerbero_lib::CredFormat
source · pub enum CredFormat {
Krb,
Ccache,
}Expand description
The file formats for tickets (KRB/CCache)
Variants§
Implementations§
source§impl CredFormat
impl CredFormat
Trait Implementations§
source§impl Clone for CredFormat
impl Clone for CredFormat
source§fn clone(&self) -> CredFormat
fn clone(&self) -> CredFormat
Returns a copy 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 CredFormat
impl Debug for CredFormat
source§impl Display for CredFormat
impl Display for CredFormat
source§impl PartialEq for CredFormat
impl PartialEq for CredFormat
source§fn eq(&self, other: &CredFormat) -> bool
fn eq(&self, other: &CredFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CredFormat
impl StructuralPartialEq for CredFormat
Auto Trait Implementations§
impl Freeze for CredFormat
impl RefUnwindSafe for CredFormat
impl Send for CredFormat
impl Sync for CredFormat
impl Unpin for CredFormat
impl UnwindSafe for CredFormat
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