pub struct Unwrapped {
pub wrapper: Envelope,
pub inner: Envelope,
pub meta: WrapperMeta,
}Expand description
Result of peeling an Rx/Tx wrapper.
Fields§
§wrapper: Envelope§inner: Envelope§meta: WrapperMetaTrait Implementations§
Auto Trait Implementations§
impl !Freeze for Unwrapped
impl RefUnwindSafe for Unwrapped
impl Send for Unwrapped
impl Sync for Unwrapped
impl Unpin for Unwrapped
impl UnwindSafe for Unwrapped
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