pub struct VerifyCommand {
pub kind: VerifyKind,
pub command: String,
pub description: Option<String>,
}Expand description
A single verification command with its type
Fields§
§kind: VerifyKindType of verification
command: StringThe command to execute
description: Option<String>Optional description for the command
Trait Implementations§
Source§impl Clone for VerifyCommand
impl Clone for VerifyCommand
Source§fn clone(&self) -> VerifyCommand
fn clone(&self) -> VerifyCommand
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 moreSource§impl Debug for VerifyCommand
impl Debug for VerifyCommand
impl Eq for VerifyCommand
Source§impl PartialEq for VerifyCommand
impl PartialEq for VerifyCommand
Source§fn eq(&self, other: &VerifyCommand) -> bool
fn eq(&self, other: &VerifyCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VerifyCommand
Auto Trait Implementations§
impl Freeze for VerifyCommand
impl RefUnwindSafe for VerifyCommand
impl Send for VerifyCommand
impl Sync for VerifyCommand
impl Unpin for VerifyCommand
impl UnsafeUnpin for VerifyCommand
impl UnwindSafe for VerifyCommand
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.