pub struct RxonlyR { /* private fields */ }
Expand description
Value of the field RXONLY
Implementations§
Auto Trait Implementations§
impl Freeze for RxonlyR
impl RefUnwindSafe for RxonlyR
impl Send for RxonlyR
impl Sync for RxonlyR
impl Unpin for RxonlyR
impl UnwindSafe for RxonlyR
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