pub(crate) struct ProteusPrekeyMessage {
pub(crate) prekey_id: u16,
pub(crate) base_key: String,
pub(crate) identity_key: String,
pub(crate) message: ProteusCipherMessage,
}
Fields§
§prekey_id: u16
§base_key: String
§identity_key: String
§message: ProteusCipherMessage
Trait Implementations§
Source§impl Debug for ProteusPrekeyMessage
impl Debug for ProteusPrekeyMessage
Auto Trait Implementations§
impl Freeze for ProteusPrekeyMessage
impl RefUnwindSafe for ProteusPrekeyMessage
impl Send for ProteusPrekeyMessage
impl Sync for ProteusPrekeyMessage
impl Unpin for ProteusPrekeyMessage
impl UnwindSafe for ProteusPrekeyMessage
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