#[non_exhaustive]pub struct ExternalSharingCreateReportDetails {}Available on crate feature
dbx_team_log only.Expand description
Created External sharing report.
Trait Implementations
sourceimpl Clone for ExternalSharingCreateReportDetails
impl Clone for ExternalSharingCreateReportDetails
sourcefn clone(&self) -> ExternalSharingCreateReportDetails
fn clone(&self) -> ExternalSharingCreateReportDetails
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 ExternalSharingCreateReportDetails
impl Default for ExternalSharingCreateReportDetails
sourcefn default() -> ExternalSharingCreateReportDetails
fn default() -> ExternalSharingCreateReportDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ExternalSharingCreateReportDetails
impl<'de> Deserialize<'de> for ExternalSharingCreateReportDetails
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 ExternalSharingCreateReportDetails
impl StructuralEq for ExternalSharingCreateReportDetails
impl StructuralPartialEq for ExternalSharingCreateReportDetails
Auto Trait Implementations
impl RefUnwindSafe for ExternalSharingCreateReportDetails
impl Send for ExternalSharingCreateReportDetails
impl Sync for ExternalSharingCreateReportDetails
impl Unpin for ExternalSharingCreateReportDetails
impl UnwindSafe for ExternalSharingCreateReportDetails
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