pub struct DebugChoice {
pub text: String,
pub target: Option<String>,
}Expand description
A pending choice and the knot it targets.
Fields§
§text: String§target: Option<String>Auto Trait Implementations§
impl Freeze for DebugChoice
impl RefUnwindSafe for DebugChoice
impl Send for DebugChoice
impl Sync for DebugChoice
impl Unpin for DebugChoice
impl UnsafeUnpin for DebugChoice
impl UnwindSafe for DebugChoice
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