pub struct CreditNotification(pub CreditAgreementProof);Expand description
Notification of a credit sent to a recipient.
Tuple Fields§
§0: CreditAgreementProofTrait Implementations§
Source§impl Clone for CreditNotification
impl Clone for CreditNotification
Source§fn clone(&self) -> CreditNotification
fn clone(&self) -> CreditNotification
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 moreSource§impl Debug for CreditNotification
impl Debug for CreditNotification
Source§impl<'de> Deserialize<'de> for CreditNotification
impl<'de> Deserialize<'de> for CreditNotification
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreditNotification
impl PartialEq for CreditNotification
Source§impl Serialize for CreditNotification
impl Serialize for CreditNotification
impl Eq for CreditNotification
impl StructuralPartialEq for CreditNotification
Auto Trait Implementations§
impl Freeze for CreditNotification
impl RefUnwindSafe for CreditNotification
impl Send for CreditNotification
impl Sync for CreditNotification
impl Unpin for CreditNotification
impl UnwindSafe for CreditNotification
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