pub struct PendingChoice {
pub id: u32,
pub prompt: String,
pub kind: ChoiceKind,
}Fields§
§id: u32§prompt: String§kind: ChoiceKindTrait Implementations§
Source§impl Clone for PendingChoice
impl Clone for PendingChoice
Source§fn clone(&self) -> PendingChoice
fn clone(&self) -> PendingChoice
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 moreAuto Trait Implementations§
impl Freeze for PendingChoice
impl RefUnwindSafe for PendingChoice
impl Send for PendingChoice
impl Sync for PendingChoice
impl Unpin for PendingChoice
impl UnwindSafe for PendingChoice
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