pub struct MessageKeys { /* private fields */ }Expand description
Per-message key material derived from the conversation key and nonce
(NIP-44 get_message_keys).
Auto Trait Implementations§
impl Freeze for MessageKeys
impl RefUnwindSafe for MessageKeys
impl Send for MessageKeys
impl Sync for MessageKeys
impl Unpin for MessageKeys
impl UnsafeUnpin for MessageKeys
impl UnwindSafe for MessageKeys
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