pub struct SaveEncryption;Expand description
XOR-cipher with key derived from the user ID.
NOT cryptographically secure — this is a structural demonstration only.
Implementations§
Auto Trait Implementations§
impl Freeze for SaveEncryption
impl RefUnwindSafe for SaveEncryption
impl Send for SaveEncryption
impl Sync for SaveEncryption
impl Unpin for SaveEncryption
impl UnsafeUnpin for SaveEncryption
impl UnwindSafe for SaveEncryption
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