pub struct GooglePrivacyDlpV2ProfileStatus {
pub status: Option<GoogleRpcStatus>,
pub timestamp: Option<DateTime<Utc>>,
}Expand description
Success or errors for the profile generation.
This type is not used in any activity, and only used as part of another schema.
Fields§
§status: Option<GoogleRpcStatus>Profiling status code and optional message. The status.code value is 0 (default value) for OK.
timestamp: Option<DateTime<Utc>>Time when the profile generation status was updated
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2ProfileStatus
impl Clone for GooglePrivacyDlpV2ProfileStatus
Source§fn clone(&self) -> GooglePrivacyDlpV2ProfileStatus
fn clone(&self) -> GooglePrivacyDlpV2ProfileStatus
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 GooglePrivacyDlpV2ProfileStatus
impl Default for GooglePrivacyDlpV2ProfileStatus
Source§fn default() -> GooglePrivacyDlpV2ProfileStatus
fn default() -> GooglePrivacyDlpV2ProfileStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2ProfileStatus
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2ProfileStatus
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
impl Part for GooglePrivacyDlpV2ProfileStatus
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2ProfileStatus
impl RefUnwindSafe for GooglePrivacyDlpV2ProfileStatus
impl Send for GooglePrivacyDlpV2ProfileStatus
impl Sync for GooglePrivacyDlpV2ProfileStatus
impl Unpin for GooglePrivacyDlpV2ProfileStatus
impl UnwindSafe for GooglePrivacyDlpV2ProfileStatus
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