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