pub struct CredentialFile {
pub path: PathBuf,
/* private fields */
}Fields§
§path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for CredentialFile
impl RefUnwindSafe for CredentialFile
impl Send for CredentialFile
impl Sync for CredentialFile
impl Unpin for CredentialFile
impl UnsafeUnpin for CredentialFile
impl UnwindSafe for CredentialFile
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