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