pub struct ReplyTo(pub AddressList);Tuple Fields§
§0: AddressListTrait Implementations§
Source§impl Streamable for ReplyTo
impl Streamable for ReplyTo
Source§impl<'a> TryFrom<AddressList> for ReplyTo
impl<'a> TryFrom<AddressList> for ReplyTo
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: AddressList) -> Result<ReplyTo, ParseError>
fn try_from(input: AddressList) -> Result<ReplyTo, ParseError>
Performs the conversion.
impl StructuralPartialEq for ReplyTo
Auto Trait Implementations§
impl Freeze for ReplyTo
impl RefUnwindSafe for ReplyTo
impl Send for ReplyTo
impl Sync for ReplyTo
impl Unpin for ReplyTo
impl UnwindSafe for ReplyTo
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