pub struct GetResourceReportPath(pub ResourceId, pub ReportId);
Tuple Fields§
§0: ResourceId
§1: ReportId
Trait Implementations§
Source§impl Clone for GetResourceReportPath
impl Clone for GetResourceReportPath
Source§fn clone(&self) -> GetResourceReportPath
fn clone(&self) -> GetResourceReportPath
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 GetResourceReportPath
impl Debug for GetResourceReportPath
Auto Trait Implementations§
impl Freeze for GetResourceReportPath
impl RefUnwindSafe for GetResourceReportPath
impl Send for GetResourceReportPath
impl Sync for GetResourceReportPath
impl Unpin for GetResourceReportPath
impl UnwindSafe for GetResourceReportPath
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