pub enum Named2 {
Resolved(String),
Unknown,
Ambiguous(Vec<String>),
}Expand description
How a run name resolved.
Variants§
Auto Trait Implementations§
impl Freeze for Named2
impl RefUnwindSafe for Named2
impl Send for Named2
impl Sync for Named2
impl Unpin for Named2
impl UnsafeUnpin for Named2
impl UnwindSafe for Named2
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