pub struct OrganizationReportSummaryDataResponse {
pub organization_id: Uuid,
pub encrypted_data: Option<String>,
pub encryption_key: Option<String>,
pub date: String,
}Fields§
§organization_id: Uuid§encrypted_data: Option<String>§encryption_key: Option<String>§date: StringImplementations§
Trait Implementations§
Source§impl Clone for OrganizationReportSummaryDataResponse
impl Clone for OrganizationReportSummaryDataResponse
Source§fn clone(&self) -> OrganizationReportSummaryDataResponse
fn clone(&self) -> OrganizationReportSummaryDataResponse
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 OrganizationReportSummaryDataResponse
impl Default for OrganizationReportSummaryDataResponse
Source§fn default() -> OrganizationReportSummaryDataResponse
fn default() -> OrganizationReportSummaryDataResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrganizationReportSummaryDataResponse
impl<'de> Deserialize<'de> for OrganizationReportSummaryDataResponse
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 OrganizationReportSummaryDataResponse
impl PartialEq for OrganizationReportSummaryDataResponse
Source§fn eq(&self, other: &OrganizationReportSummaryDataResponse) -> bool
fn eq(&self, other: &OrganizationReportSummaryDataResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrganizationReportSummaryDataResponse
Auto Trait Implementations§
impl Freeze for OrganizationReportSummaryDataResponse
impl RefUnwindSafe for OrganizationReportSummaryDataResponse
impl Send for OrganizationReportSummaryDataResponse
impl Sync for OrganizationReportSummaryDataResponse
impl Unpin for OrganizationReportSummaryDataResponse
impl UnsafeUnpin for OrganizationReportSummaryDataResponse
impl UnwindSafe for OrganizationReportSummaryDataResponse
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