pub struct BitMessageSendParams {
pub signing_key: PublicKey,
pub encryption_key: PublicKey,
pub version: u8,
pub stream_number: u8,
}
Expand description
Contains all the parameters needed to send a bitmessage to a recipient.
Fields§
§signing_key: PublicKey
§encryption_key: PublicKey
§version: u8
§stream_number: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitMessageSendParams
impl RefUnwindSafe for BitMessageSendParams
impl Send for BitMessageSendParams
impl Sync for BitMessageSendParams
impl Unpin for BitMessageSendParams
impl UnwindSafe for BitMessageSendParams
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