pub struct Indicator<'src> {
pub prefix: Option<IndicatorPrefix<'src>>,
pub id: u64,
pub name: StringContent<'src>,
}
Fields§
§prefix: Option<IndicatorPrefix<'src>>
§id: u64
§name: StringContent<'src>
Trait Implementations§
impl<'src> StructuralPartialEq for Indicator<'src>
Auto Trait Implementations§
impl<'src> Freeze for Indicator<'src>
impl<'src> RefUnwindSafe for Indicator<'src>
impl<'src> Send for Indicator<'src>
impl<'src> Sync for Indicator<'src>
impl<'src> Unpin for Indicator<'src>
impl<'src> UnwindSafe for Indicator<'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