pub struct AstDotAtom {
pub values: Vec<Expression>,
}Fields§
§values: Vec<Expression>Trait Implementations§
Source§impl Clone for AstDotAtom
impl Clone for AstDotAtom
Source§fn clone(&self) -> AstDotAtom
fn clone(&self) -> AstDotAtom
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 AstDotAtom
impl Debug for AstDotAtom
Source§impl<'de> Deserialize<'de> for AstDotAtom
impl<'de> Deserialize<'de> for AstDotAtom
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AstDotAtom
impl PartialEq for AstDotAtom
Source§impl Serialize for AstDotAtom
impl Serialize for AstDotAtom
impl Eq for AstDotAtom
impl StructuralPartialEq for AstDotAtom
Auto Trait Implementations§
impl Freeze for AstDotAtom
impl RefUnwindSafe for AstDotAtom
impl Send for AstDotAtom
impl Sync for AstDotAtom
impl Unpin for AstDotAtom
impl UnwindSafe for AstDotAtom
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