pub struct StepItem<'a> {
pub label: &'a str,
pub href: Option<&'a str>,
pub state: StepState,
}Fields§
§label: &'a str§href: Option<&'a str>§state: StepStateImplementations§
Trait Implementations§
Source§impl<'a> PartialEq for StepItem<'a>
impl<'a> PartialEq for StepItem<'a>
impl<'a> Copy for StepItem<'a>
impl<'a> Eq for StepItem<'a>
impl<'a> StructuralPartialEq for StepItem<'a>
Auto Trait Implementations§
impl<'a> Freeze for StepItem<'a>
impl<'a> RefUnwindSafe for StepItem<'a>
impl<'a> Send for StepItem<'a>
impl<'a> Sync for StepItem<'a>
impl<'a> Unpin for StepItem<'a>
impl<'a> UnsafeUnpin for StepItem<'a>
impl<'a> UnwindSafe for StepItem<'a>
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