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