pub struct RecipientCommitment { /* private fields */ }Expand description
Represents a connection between a sender and a recipient from the recipient side. A recipient uses this to generate addresses and their associated private keys for a particular sender.
Implementations§
Source§impl RecipientCommitment
impl RecipientCommitment
pub fn address_type(&self) -> &AddressType
Trait Implementations§
Source§impl Clone for RecipientCommitment
impl Clone for RecipientCommitment
Source§fn clone(&self) -> RecipientCommitment
fn clone(&self) -> RecipientCommitment
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RecipientCommitment
impl RefUnwindSafe for RecipientCommitment
impl Send for RecipientCommitment
impl Sync for RecipientCommitment
impl Unpin for RecipientCommitment
impl UnwindSafe for RecipientCommitment
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