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