Struct atuin_dotfiles::store::AliasStore
source · pub struct AliasStore {
pub store: SqliteStore,
pub host_id: HostId,
pub encryption_key: [u8; 32],
}
Fields§
§store: SqliteStore
§host_id: HostId
§encryption_key: [u8; 32]
Implementations§
Trait Implementations§
source§impl Clone for AliasStore
impl Clone for AliasStore
source§fn clone(&self) -> AliasStore
fn clone(&self) -> AliasStore
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for AliasStore
impl Send for AliasStore
impl Sync for AliasStore
impl Unpin for AliasStore
impl !UnwindSafe for AliasStore
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