pub struct Bitmessage<'a> { /* private fields */ }Expand description
Represents the Bitmessage notification mode and provides functionality for constructing a Bitmessage notification message.
Implementations§
Source§impl<'a> Bitmessage<'a>
impl<'a> Bitmessage<'a>
Sourcepub fn make_send_params(&self, n: u32) -> Result<BitMessageSendParams, Error>
pub fn make_send_params(&self, n: u32) -> Result<BitMessageSendParams, Error>
Makes the required parameters needed to send a bitmessage to a recipient.
Auto Trait Implementations§
impl<'a> Freeze for Bitmessage<'a>
impl<'a> RefUnwindSafe for Bitmessage<'a>
impl<'a> Send for Bitmessage<'a>
impl<'a> Sync for Bitmessage<'a>
impl<'a> Unpin for Bitmessage<'a>
impl<'a> UnwindSafe for Bitmessage<'a>
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