pub struct SenderCommitment { /* private fields */ }Expand description
Represents a post-notification relationship between a sender and a recipient from the sender side. A sender uses this to interact with a payment code after creating a notification.
Trait Implementations§
Source§impl Clone for SenderCommitment
impl Clone for SenderCommitment
Source§fn clone(&self) -> SenderCommitment
fn clone(&self) -> SenderCommitment
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 SenderCommitment
impl RefUnwindSafe for SenderCommitment
impl Send for SenderCommitment
impl Sync for SenderCommitment
impl Unpin for SenderCommitment
impl UnwindSafe for SenderCommitment
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