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