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