pub enum ClarifyResult {
NeedsInput(Vec<Clarification>),
Resolved(Vec<Operation>),
}Variants§
Trait Implementations§
Source§impl Clone for ClarifyResult
impl Clone for ClarifyResult
Source§fn clone(&self) -> ClarifyResult
fn clone(&self) -> ClarifyResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClarifyResult
impl RefUnwindSafe for ClarifyResult
impl Send for ClarifyResult
impl Sync for ClarifyResult
impl Unpin for ClarifyResult
impl UnsafeUnpin for ClarifyResult
impl UnwindSafe for ClarifyResult
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