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