Struct stripe::model::ReportingReportType
source · pub struct ReportingReportType {
pub data_available_end: i64,
pub data_available_start: i64,
pub default_columns: Option<Vec<String>>,
pub id: String,
pub livemode: bool,
pub name: String,
pub object: String,
pub updated: i64,
pub version: i64,
}Fields§
§data_available_end: i64§data_available_start: i64§default_columns: Option<Vec<String>>§id: String§livemode: bool§name: String§object: String§updated: i64§version: i64Trait Implementations§
source§impl Clone for ReportingReportType
impl Clone for ReportingReportType
source§fn clone(&self) -> ReportingReportType
fn clone(&self) -> ReportingReportType
Returns a copy 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 ReportingReportType
impl Debug for ReportingReportType
source§impl Default for ReportingReportType
impl Default for ReportingReportType
source§fn default() -> ReportingReportType
fn default() -> ReportingReportType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReportingReportType
impl<'de> Deserialize<'de> for ReportingReportType
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
source§impl Display for ReportingReportType
impl Display for ReportingReportType
Auto Trait Implementations§
impl RefUnwindSafe for ReportingReportType
impl Send for ReportingReportType
impl Sync for ReportingReportType
impl Unpin for ReportingReportType
impl UnwindSafe for ReportingReportType
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