pub struct GetCreditLogService {
pub page_size: Option<i32>,
pub order_by: Option<String>,
pub order_direction: Option<String>,
pub next_page_token: Option<String>,
}Expand description
Get credit log service parameters
Fields§
§page_size: Option<i32>§order_by: Option<String>§order_direction: Option<String>§next_page_token: Option<String>Trait Implementations§
Source§impl Clone for GetCreditLogService
impl Clone for GetCreditLogService
Source§fn clone(&self) -> GetCreditLogService
fn clone(&self) -> GetCreditLogService
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 GetCreditLogService
impl Debug for GetCreditLogService
Source§impl Default for GetCreditLogService
impl Default for GetCreditLogService
Source§fn default() -> GetCreditLogService
fn default() -> GetCreditLogService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCreditLogService
impl<'de> Deserialize<'de> for GetCreditLogService
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
Auto Trait Implementations§
impl Freeze for GetCreditLogService
impl RefUnwindSafe for GetCreditLogService
impl Send for GetCreditLogService
impl Sync for GetCreditLogService
impl Unpin for GetCreditLogService
impl UnsafeUnpin for GetCreditLogService
impl UnwindSafe for GetCreditLogService
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