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