#[non_exhaustive]pub struct RansomwareAlertCreateReportDetails {}
Available on crate features
async_routes
and dbx_team_log
only.Expand description
Created ransomware report.
Trait Implementations§
Source§impl Clone for RansomwareAlertCreateReportDetails
impl Clone for RansomwareAlertCreateReportDetails
Source§fn clone(&self) -> RansomwareAlertCreateReportDetails
fn clone(&self) -> RansomwareAlertCreateReportDetails
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 RansomwareAlertCreateReportDetails
impl Default for RansomwareAlertCreateReportDetails
Source§fn default() -> RansomwareAlertCreateReportDetails
fn default() -> RansomwareAlertCreateReportDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RansomwareAlertCreateReportDetails
impl<'de> Deserialize<'de> for RansomwareAlertCreateReportDetails
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RansomwareAlertCreateReportDetails
impl PartialEq for RansomwareAlertCreateReportDetails
Source§fn eq(&self, other: &RansomwareAlertCreateReportDetails) -> bool
fn eq(&self, other: &RansomwareAlertCreateReportDetails) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for RansomwareAlertCreateReportDetails
impl StructuralPartialEq for RansomwareAlertCreateReportDetails
Auto Trait Implementations§
impl Freeze for RansomwareAlertCreateReportDetails
impl RefUnwindSafe for RansomwareAlertCreateReportDetails
impl Send for RansomwareAlertCreateReportDetails
impl Sync for RansomwareAlertCreateReportDetails
impl Unpin for RansomwareAlertCreateReportDetails
impl UnwindSafe for RansomwareAlertCreateReportDetails
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.