pub struct RatchetKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RatchetKey
impl Clone for RatchetKey
Source§fn clone(&self) -> RatchetKey
fn clone(&self) -> RatchetKey
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 moreimpl Copy for RatchetKey
Source§impl Debug for RatchetKey
impl Debug for RatchetKey
impl Eq for RatchetKey
Source§impl PartialEq for RatchetKey
impl PartialEq for RatchetKey
impl StructuralPartialEq for RatchetKey
Auto Trait Implementations§
impl Freeze for RatchetKey
impl RefUnwindSafe for RatchetKey
impl Send for RatchetKey
impl Sync for RatchetKey
impl Unpin for RatchetKey
impl UnsafeUnpin for RatchetKey
impl UnwindSafe for RatchetKey
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