pub struct GetCreditNoteRequest {
pub lago_id: String,
}Expand description
Request parameters for retrieving a specific credit note.
Fields§
§lago_id: StringThe Lago ID of the credit note to retrieve
Implementations§
Trait Implementations§
Source§impl Clone for GetCreditNoteRequest
impl Clone for GetCreditNoteRequest
Source§fn clone(&self) -> GetCreditNoteRequest
fn clone(&self) -> GetCreditNoteRequest
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 GetCreditNoteRequest
impl RefUnwindSafe for GetCreditNoteRequest
impl Send for GetCreditNoteRequest
impl Sync for GetCreditNoteRequest
impl Unpin for GetCreditNoteRequest
impl UnwindSafe for GetCreditNoteRequest
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