Enum adenosine_cli::ArgField
source · Expand description
Represents fields/content specified on the command line.
Sort of like HTTPie. Query parameters are ‘==’, body values (JSON) are ‘=’. Only single-level body values are allowed currently, not JSON Pointer assignment.
Variants§
Trait Implementations§
source§impl PartialEq<ArgField> for ArgField
impl PartialEq<ArgField> for ArgField
impl Eq for ArgField
impl StructuralEq for ArgField
impl StructuralPartialEq for ArgField
Auto Trait Implementations§
impl RefUnwindSafe for ArgField
impl Send for ArgField
impl Sync for ArgField
impl Unpin for ArgField
impl UnwindSafe for ArgField
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.