Struct stripe::model::ReportingReportRun
source · pub struct ReportingReportRun {
pub created: i64,
pub error: Option<String>,
pub id: String,
pub livemode: bool,
pub object: String,
pub parameters: FinancialReportingFinanceReportRunRunParameters,
pub report_type: String,
pub result: Option<Value>,
pub status: String,
pub succeeded_at: Option<i64>,
}Fields§
§created: i64§error: Option<String>§id: String§livemode: bool§object: String§parameters: FinancialReportingFinanceReportRunRunParameters§report_type: String§result: Option<Value>§status: String§succeeded_at: Option<i64>Trait Implementations§
source§impl Clone for ReportingReportRun
impl Clone for ReportingReportRun
source§fn clone(&self) -> ReportingReportRun
fn clone(&self) -> ReportingReportRun
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 ReportingReportRun
impl Debug for ReportingReportRun
source§impl<'de> Deserialize<'de> for ReportingReportRun
impl<'de> Deserialize<'de> for ReportingReportRun
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 ReportingReportRun
impl Display for ReportingReportRun
Auto Trait Implementations§
impl RefUnwindSafe for ReportingReportRun
impl Send for ReportingReportRun
impl Sync for ReportingReportRun
impl Unpin for ReportingReportRun
impl UnwindSafe for ReportingReportRun
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