pub struct SelfRatchetSnapshot {
pub destination: DestinationHash,
pub sealed: Zeroizing<Vec<u8>>,
}Fields§
§destination: DestinationHash§sealed: Zeroizing<Vec<u8>>Implementations§
Source§impl SelfRatchetSnapshot
impl SelfRatchetSnapshot
pub fn store_into<V: IdentityVault>(self, vault: &mut V) -> Result<(), V::Error>
Auto Trait Implementations§
impl Freeze for SelfRatchetSnapshot
impl RefUnwindSafe for SelfRatchetSnapshot
impl Send for SelfRatchetSnapshot
impl Sync for SelfRatchetSnapshot
impl Unpin for SelfRatchetSnapshot
impl UnsafeUnpin for SelfRatchetSnapshot
impl UnwindSafe for SelfRatchetSnapshot
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