Struct rustic_core::OpenStatus
source · pub struct OpenStatus {
cache: Option<Cache>,
dbe: DecryptBackend<Key>,
config: ConfigFile,
}
Expand description
Open Status: This repository is open, i.e. the password has been checked and the decryption key is available.
Fields§
§cache: Option<Cache>
The cache
dbe: DecryptBackend<Key>
The DecryptBackend
config: ConfigFile
The ConfigFile
Trait Implementations§
source§impl Debug for OpenStatus
impl Debug for OpenStatus
source§impl Open for OpenStatus
impl Open for OpenStatus
source§fn dbe(&self) -> &DecryptBackend<Key>
fn dbe(&self) -> &DecryptBackend<Key>
Get the DecryptBackend
source§fn config(&self) -> &ConfigFile
fn config(&self) -> &ConfigFile
Get the ConfigFile
Auto Trait Implementations§
impl !RefUnwindSafe for OpenStatus
impl Send for OpenStatus
impl Sync for OpenStatus
impl Unpin for OpenStatus
impl !UnwindSafe for OpenStatus
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