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