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 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 CredFormat
Source§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
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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