pub struct RatchetId(/* private fields */);Expand description
RNS 1.4.2 Identity._get_ratchet_id: full_hash(ratchet_public_bytes)[:NAME_HASH_LENGTH//8]
Implementations§
Trait Implementations§
impl Copy for RatchetId
impl Eq for RatchetId
impl StructuralPartialEq for RatchetId
Auto Trait Implementations§
impl Freeze for RatchetId
impl RefUnwindSafe for RatchetId
impl Send for RatchetId
impl Sync for RatchetId
impl Unpin for RatchetId
impl UnsafeUnpin for RatchetId
impl UnwindSafe for RatchetId
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