pub struct DotAtomText(pub Vec<AText>);
Tuple Fields§
§0: Vec<AText>
Trait Implementations§
Source§impl Clone for DotAtomText
impl Clone for DotAtomText
Source§fn clone(&self) -> DotAtomText
fn clone(&self) -> DotAtomText
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 DotAtomText
impl Debug for DotAtomText
Source§impl Display for DotAtomText
impl Display for DotAtomText
Source§impl Parsable for DotAtomText
impl Parsable for DotAtomText
Source§impl PartialEq for DotAtomText
impl PartialEq for DotAtomText
Source§impl Streamable for DotAtomText
impl Streamable for DotAtomText
impl StructuralPartialEq for DotAtomText
Auto Trait Implementations§
impl Freeze for DotAtomText
impl RefUnwindSafe for DotAtomText
impl Send for DotAtomText
impl Sync for DotAtomText
impl Unpin for DotAtomText
impl UnwindSafe for DotAtomText
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