pub struct PagedModelInvoiceGeneration {
pub content: Option<Vec<InvoiceGeneration>>,
pub page: Option<Box<PageMetadata>>,
}Fields§
§content: Option<Vec<InvoiceGeneration>>§page: Option<Box<PageMetadata>>Implementations§
Source§impl PagedModelInvoiceGeneration
impl PagedModelInvoiceGeneration
pub fn new() -> PagedModelInvoiceGeneration
Trait Implementations§
Source§impl Clone for PagedModelInvoiceGeneration
impl Clone for PagedModelInvoiceGeneration
Source§fn clone(&self) -> PagedModelInvoiceGeneration
fn clone(&self) -> PagedModelInvoiceGeneration
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 PagedModelInvoiceGeneration
impl Debug for PagedModelInvoiceGeneration
Source§impl Default for PagedModelInvoiceGeneration
impl Default for PagedModelInvoiceGeneration
Source§fn default() -> PagedModelInvoiceGeneration
fn default() -> PagedModelInvoiceGeneration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PagedModelInvoiceGeneration
impl<'de> Deserialize<'de> for PagedModelInvoiceGeneration
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 PagedModelInvoiceGeneration
Auto Trait Implementations§
impl Freeze for PagedModelInvoiceGeneration
impl RefUnwindSafe for PagedModelInvoiceGeneration
impl Send for PagedModelInvoiceGeneration
impl Sync for PagedModelInvoiceGeneration
impl Unpin for PagedModelInvoiceGeneration
impl UnwindSafe for PagedModelInvoiceGeneration
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