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