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