#[non_exhaustive]pub struct ClassificationCreateReportDetails {}Available on crate feature
dbx_team_log only.Expand description
Created Classification report.
Trait Implementations
sourceimpl Clone for ClassificationCreateReportDetails
impl Clone for ClassificationCreateReportDetails
sourcefn clone(&self) -> ClassificationCreateReportDetails
fn clone(&self) -> ClassificationCreateReportDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for ClassificationCreateReportDetails
impl Default for ClassificationCreateReportDetails
sourcefn default() -> ClassificationCreateReportDetails
fn default() -> ClassificationCreateReportDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ClassificationCreateReportDetails
impl<'de> Deserialize<'de> for ClassificationCreateReportDetails
sourcefn 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
impl Eq for ClassificationCreateReportDetails
impl StructuralEq for ClassificationCreateReportDetails
impl StructuralPartialEq for ClassificationCreateReportDetails
Auto Trait Implementations
impl RefUnwindSafe for ClassificationCreateReportDetails
impl Send for ClassificationCreateReportDetails
impl Sync for ClassificationCreateReportDetails
impl Unpin for ClassificationCreateReportDetails
impl UnwindSafe for ClassificationCreateReportDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more