#[repr(transparent)]pub struct Wrapped<T, I>(pub T, _);
Tuple Fields§
§0: T
Implementations§
Trait Implementations§
Source§impl<T, I> WireFormat for Wrapped<T, I>
Available on non-WebAssembly only.
impl<T, I> WireFormat for Wrapped<T, I>
Available on non-WebAssembly only.
Auto Trait Implementations§
impl<T, I> Freeze for Wrapped<T, I>where
T: Freeze,
impl<T, I> RefUnwindSafe for Wrapped<T, I>where
T: RefUnwindSafe,
I: RefUnwindSafe,
impl<T, I> Send for Wrapped<T, I>
impl<T, I> Sync for Wrapped<T, I>
impl<T, I> Unpin for Wrapped<T, I>
impl<T, I> UnwindSafe for Wrapped<T, I>where
T: UnwindSafe,
I: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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