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