pub struct UpdateOrganizationReportV2RequestModel {
pub content_encryption_key: Option<String>,
pub summary_data: Option<String>,
pub application_data: Option<String>,
pub report_metrics: Box<OrganizationReportMetrics>,
}Fields§
§content_encryption_key: Option<String>§summary_data: Option<String>§application_data: Option<String>§report_metrics: Box<OrganizationReportMetrics>Implementations§
Source§impl UpdateOrganizationReportV2RequestModel
impl UpdateOrganizationReportV2RequestModel
pub fn new( content_encryption_key: Option<String>, summary_data: Option<String>, application_data: Option<String>, report_metrics: OrganizationReportMetrics, ) -> UpdateOrganizationReportV2RequestModel
Trait Implementations§
Source§impl Clone for UpdateOrganizationReportV2RequestModel
impl Clone for UpdateOrganizationReportV2RequestModel
Source§fn clone(&self) -> UpdateOrganizationReportV2RequestModel
fn clone(&self) -> UpdateOrganizationReportV2RequestModel
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 Default for UpdateOrganizationReportV2RequestModel
impl Default for UpdateOrganizationReportV2RequestModel
Source§fn default() -> UpdateOrganizationReportV2RequestModel
fn default() -> UpdateOrganizationReportV2RequestModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateOrganizationReportV2RequestModel
impl<'de> Deserialize<'de> for UpdateOrganizationReportV2RequestModel
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 PartialEq for UpdateOrganizationReportV2RequestModel
impl PartialEq for UpdateOrganizationReportV2RequestModel
Source§fn eq(&self, other: &UpdateOrganizationReportV2RequestModel) -> bool
fn eq(&self, other: &UpdateOrganizationReportV2RequestModel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateOrganizationReportV2RequestModel
Auto Trait Implementations§
impl Freeze for UpdateOrganizationReportV2RequestModel
impl RefUnwindSafe for UpdateOrganizationReportV2RequestModel
impl Send for UpdateOrganizationReportV2RequestModel
impl Sync for UpdateOrganizationReportV2RequestModel
impl Unpin for UpdateOrganizationReportV2RequestModel
impl UnsafeUnpin for UpdateOrganizationReportV2RequestModel
impl UnwindSafe for UpdateOrganizationReportV2RequestModel
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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