pub struct IndicatorGroups<'src> {
pub name: Ident<'src>,
}
Fields§
§name: Ident<'src>
Trait Implementations§
Source§impl<'src> Clone for IndicatorGroups<'src>
impl<'src> Clone for IndicatorGroups<'src>
Source§fn clone(&self) -> IndicatorGroups<'src>
fn clone(&self) -> IndicatorGroups<'src>
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<'src> Debug for IndicatorGroups<'src>
impl<'src> Debug for IndicatorGroups<'src>
Source§impl<'src> FromPest<'src> for IndicatorGroups<'src>
impl<'src> FromPest<'src> for IndicatorGroups<'src>
Source§impl<'src> PartialEq for IndicatorGroups<'src>
impl<'src> PartialEq for IndicatorGroups<'src>
impl<'src> StructuralPartialEq for IndicatorGroups<'src>
Auto Trait Implementations§
impl<'src> Freeze for IndicatorGroups<'src>
impl<'src> RefUnwindSafe for IndicatorGroups<'src>
impl<'src> Send for IndicatorGroups<'src>
impl<'src> Sync for IndicatorGroups<'src>
impl<'src> Unpin for IndicatorGroups<'src>
impl<'src> UnwindSafe for IndicatorGroups<'src>
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