pub struct InvoiceCreatedEventObject {
pub invoice: Option<Box<Invoice>>,
}Fields§
§invoice: Option<Box<Invoice>>Implementations§
Source§impl InvoiceCreatedEventObject
impl InvoiceCreatedEventObject
pub fn new() -> InvoiceCreatedEventObject
Trait Implementations§
Source§impl Clone for InvoiceCreatedEventObject
impl Clone for InvoiceCreatedEventObject
Source§fn clone(&self) -> InvoiceCreatedEventObject
fn clone(&self) -> InvoiceCreatedEventObject
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InvoiceCreatedEventObject
impl Debug for InvoiceCreatedEventObject
Source§impl Default for InvoiceCreatedEventObject
impl Default for InvoiceCreatedEventObject
Source§fn default() -> InvoiceCreatedEventObject
fn default() -> InvoiceCreatedEventObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InvoiceCreatedEventObject
impl<'de> Deserialize<'de> for InvoiceCreatedEventObject
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
impl StructuralPartialEq for InvoiceCreatedEventObject
Auto Trait Implementations§
impl Freeze for InvoiceCreatedEventObject
impl RefUnwindSafe for InvoiceCreatedEventObject
impl Send for InvoiceCreatedEventObject
impl Sync for InvoiceCreatedEventObject
impl Unpin for InvoiceCreatedEventObject
impl UnsafeUnpin for InvoiceCreatedEventObject
impl UnwindSafe for InvoiceCreatedEventObject
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