pub enum CredStore {
Buf(String),
File(PathBuf),
}Expand description
Choose where an a token/passphrase is fetched from.
Variants§
Auto Trait Implementations§
impl Freeze for CredStore
impl RefUnwindSafe for CredStore
impl Send for CredStore
impl Sync for CredStore
impl Unpin for CredStore
impl UnwindSafe for CredStore
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