pub struct Arsc { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Arsc
impl !RefUnwindSafe for Arsc
impl !Send for Arsc
impl !Sync for Arsc
impl Unpin for Arsc
impl !UnwindSafe for Arsc
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