pub struct GetInvoiceByInvoiceIdParams {
pub invoice_id: i32,
}
Expand description
struct for passing parameters to the method get_invoice_by_invoice_id
Fields§
§invoice_id: i32
Trait Implementations§
Source§impl Clone for GetInvoiceByInvoiceIdParams
impl Clone for GetInvoiceByInvoiceIdParams
Source§fn clone(&self) -> GetInvoiceByInvoiceIdParams
fn clone(&self) -> GetInvoiceByInvoiceIdParams
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 GetInvoiceByInvoiceIdParams
impl Debug for GetInvoiceByInvoiceIdParams
Source§impl Default for GetInvoiceByInvoiceIdParams
impl Default for GetInvoiceByInvoiceIdParams
Source§fn default() -> GetInvoiceByInvoiceIdParams
fn default() -> GetInvoiceByInvoiceIdParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetInvoiceByInvoiceIdParams
impl RefUnwindSafe for GetInvoiceByInvoiceIdParams
impl Send for GetInvoiceByInvoiceIdParams
impl Sync for GetInvoiceByInvoiceIdParams
impl Unpin for GetInvoiceByInvoiceIdParams
impl UnwindSafe for GetInvoiceByInvoiceIdParams
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