Struct dev_scope::shared::prelude::ReportUploadLocation
source · pub struct ReportUploadLocation {
pub metadata: ModelMetadata,
pub full_name: String,
pub destination: ReportUploadLocationDestination,
}Fields§
§metadata: ModelMetadata§full_name: String§destination: ReportUploadLocationDestinationTrait Implementations§
source§impl Clone for ReportUploadLocation
impl Clone for ReportUploadLocation
source§fn clone(&self) -> ReportUploadLocation
fn clone(&self) -> ReportUploadLocation
Returns a copy 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 Debug for ReportUploadLocation
impl Debug for ReportUploadLocation
source§impl HelpMetadata for ReportUploadLocation
impl HelpMetadata for ReportUploadLocation
source§impl PartialEq for ReportUploadLocation
impl PartialEq for ReportUploadLocation
source§fn eq(&self, other: &ReportUploadLocation) -> bool
fn eq(&self, other: &ReportUploadLocation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ReportUploadLocation
Auto Trait Implementations§
impl Freeze for ReportUploadLocation
impl RefUnwindSafe for ReportUploadLocation
impl Send for ReportUploadLocation
impl Sync for ReportUploadLocation
impl Unpin for ReportUploadLocation
impl UnwindSafe for ReportUploadLocation
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