pub enum CommandTip {
NonDeterministricOutput,
NonDeterministricOutputOrder,
RequestPolicy(RequestPolicy),
ResponsePolicy(ResponsePolicy),
}
Expand description
Get additional information about a command
Variants§
NonDeterministricOutput
NonDeterministricOutputOrder
RequestPolicy(RequestPolicy)
ResponsePolicy(ResponsePolicy)
Trait Implementations§
Source§impl Clone for CommandTip
impl Clone for CommandTip
Source§fn clone(&self) -> CommandTip
fn clone(&self) -> CommandTip
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CommandTip
impl Debug for CommandTip
Source§impl FromValue for CommandTip
impl FromValue for CommandTip
Auto Trait Implementations§
impl Freeze for CommandTip
impl RefUnwindSafe for CommandTip
impl Send for CommandTip
impl Sync for CommandTip
impl Unpin for CommandTip
impl UnwindSafe for CommandTip
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