pub struct ResentFrom(pub MailboxList);Tuple Fields§
§0: MailboxListTrait Implementations§
Source§impl Clone for ResentFrom
impl Clone for ResentFrom
Source§fn clone(&self) -> ResentFrom
fn clone(&self) -> ResentFrom
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResentFrom
impl Debug for ResentFrom
Source§impl Display for ResentFrom
impl Display for ResentFrom
Source§impl Parsable for ResentFrom
impl Parsable for ResentFrom
Source§impl PartialEq for ResentFrom
impl PartialEq for ResentFrom
Source§impl Streamable for ResentFrom
impl Streamable for ResentFrom
Source§impl<'a> TryFrom<&'a [u8]> for ResentFrom
impl<'a> TryFrom<&'a [u8]> for ResentFrom
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: &'a [u8]) -> Result<ResentFrom, ParseError>
fn try_from(input: &'a [u8]) -> Result<ResentFrom, ParseError>
Performs the conversion.
Source§impl<'a> TryFrom<&'a str> for ResentFrom
impl<'a> TryFrom<&'a str> for ResentFrom
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: &'a str) -> Result<ResentFrom, ParseError>
fn try_from(input: &'a str) -> Result<ResentFrom, ParseError>
Performs the conversion.
Source§impl<'a> TryFrom<MailboxList> for ResentFrom
impl<'a> TryFrom<MailboxList> for ResentFrom
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: MailboxList) -> Result<ResentFrom, ParseError>
fn try_from(input: MailboxList) -> Result<ResentFrom, ParseError>
Performs the conversion.
impl StructuralPartialEq for ResentFrom
Auto Trait Implementations§
impl Freeze for ResentFrom
impl RefUnwindSafe for ResentFrom
impl Send for ResentFrom
impl Sync for ResentFrom
impl Unpin for ResentFrom
impl UnwindSafe for ResentFrom
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