pub struct ResentSender(pub Mailbox);Tuple Fields§
§0: MailboxTrait Implementations§
Source§impl Clone for ResentSender
impl Clone for ResentSender
Source§fn clone(&self) -> ResentSender
fn clone(&self) -> ResentSender
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 ResentSender
impl Debug for ResentSender
Source§impl Display for ResentSender
impl Display for ResentSender
Source§impl Parsable for ResentSender
impl Parsable for ResentSender
Source§impl PartialEq for ResentSender
impl PartialEq for ResentSender
Source§impl Streamable for ResentSender
impl Streamable for ResentSender
Source§impl<'a> TryFrom<&'a [u8]> for ResentSender
impl<'a> TryFrom<&'a [u8]> for ResentSender
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<ResentSender, ParseError>
fn try_from(input: &'a [u8]) -> Result<ResentSender, ParseError>
Performs the conversion.
Source§impl<'a> TryFrom<&'a str> for ResentSender
impl<'a> TryFrom<&'a str> for ResentSender
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<ResentSender, ParseError>
fn try_from(input: &'a str) -> Result<ResentSender, ParseError>
Performs the conversion.
Source§impl<'a> TryFrom<Mailbox> for ResentSender
impl<'a> TryFrom<Mailbox> for ResentSender
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: Mailbox) -> Result<ResentSender, ParseError>
fn try_from(input: Mailbox) -> Result<ResentSender, ParseError>
Performs the conversion.
impl StructuralPartialEq for ResentSender
Auto Trait Implementations§
impl Freeze for ResentSender
impl RefUnwindSafe for ResentSender
impl Send for ResentSender
impl Sync for ResentSender
impl Unpin for ResentSender
impl UnwindSafe for ResentSender
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