pub struct GroupValue<'ast> {
pub value: GroupRepresentation<'ast>,
pub type_: GroupType,
pub span: Span<'ast>,
}Fields§
§value: GroupRepresentation<'ast>§type_: GroupType§span: Span<'ast>Trait Implementations§
Source§impl<'ast> Clone for GroupValue<'ast>
impl<'ast> Clone for GroupValue<'ast>
Source§fn clone(&self) -> GroupValue<'ast>
fn clone(&self) -> GroupValue<'ast>
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<'ast> Debug for GroupValue<'ast>
impl<'ast> Debug for GroupValue<'ast>
Source§impl<'ast> Display for GroupValue<'ast>
impl<'ast> Display for GroupValue<'ast>
Source§impl<'ast> FromPest<'ast> for GroupValue<'ast>
impl<'ast> FromPest<'ast> for GroupValue<'ast>
Source§impl<'ast> PartialEq for GroupValue<'ast>
impl<'ast> PartialEq for GroupValue<'ast>
impl<'ast> Eq for GroupValue<'ast>
impl<'ast> StructuralPartialEq for GroupValue<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for GroupValue<'ast>
impl<'ast> RefUnwindSafe for GroupValue<'ast>
impl<'ast> Send for GroupValue<'ast>
impl<'ast> Sync for GroupValue<'ast>
impl<'ast> Unpin for GroupValue<'ast>
impl<'ast> UnwindSafe for GroupValue<'ast>
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