pub struct ImCoreSecretVaultOptions {
pub root_key: DeviceVaultRootKey,
pub vault_dir: PathBuf,
pub workspace_id: String,
pub device_id: String,
}Fields§
§root_key: DeviceVaultRootKey§vault_dir: PathBuf§workspace_id: String§device_id: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImCoreSecretVaultOptions
impl RefUnwindSafe for ImCoreSecretVaultOptions
impl Send for ImCoreSecretVaultOptions
impl Sync for ImCoreSecretVaultOptions
impl Unpin for ImCoreSecretVaultOptions
impl UnsafeUnpin for ImCoreSecretVaultOptions
impl UnwindSafe for ImCoreSecretVaultOptions
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