Struct dev_scope::shared::prelude::ReportUploadLocation
source · pub struct ReportUploadLocation {
pub destination: ReportUploadLocationDestination,
}
Fields§
§destination: ReportUploadLocationDestination
Trait 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 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 RefUnwindSafe for ReportUploadLocation
impl Send for ReportUploadLocation
impl Sync for ReportUploadLocation
impl Unpin for ReportUploadLocation
impl UnwindSafe for ReportUploadLocation
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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