pub struct LoginKeychain {
pub dev: EncryptionKey,
pub app: EncryptionKey,
}Expand description
List of keys used for encrypting uart communication
Fields§
§dev: EncryptionKey§app: EncryptionKeyTrait Implementations§
Source§impl Clone for LoginKeychain
impl Clone for LoginKeychain
Source§fn clone(&self) -> LoginKeychain
fn clone(&self) -> LoginKeychain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Freeze for LoginKeychain
impl RefUnwindSafe for LoginKeychain
impl Send for LoginKeychain
impl Sync for LoginKeychain
impl Unpin for LoginKeychain
impl UnsafeUnpin for LoginKeychain
impl UnwindSafe for LoginKeychain
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