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