pub struct ResRef(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for ResRef
impl Ord for ResRef
Source§impl PartialOrd for ResRef
impl PartialOrd for ResRef
impl Eq for ResRef
Auto Trait Implementations§
impl Freeze for ResRef
impl RefUnwindSafe for ResRef
impl Send for ResRef
impl Sync for ResRef
impl Unpin for ResRef
impl UnwindSafe for ResRef
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