#[non_exhaustive]pub struct RO;Trait Implementations§
Auto Trait Implementations§
impl Freeze for RO
impl RefUnwindSafe for RO
impl Send for RO
impl Sync for RO
impl Unpin for RO
impl UnwindSafe for RO
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