pub struct WireUse<'de> { /* private fields */ }
Expand description
The wire type corresponding to Use
.
Implementations§
Trait Implementations§
Source§impl<___D> Decode<___D> for WireUse<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for WireUse<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
Auto Trait Implementations§
impl<'de> Freeze for WireUse<'de>
impl<'de> RefUnwindSafe for WireUse<'de>
impl<'de> !Send for WireUse<'de>
impl<'de> !Sync for WireUse<'de>
impl<'de> Unpin for WireUse<'de>
impl<'de> !UnwindSafe for WireUse<'de>
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