pub struct ToolVersion(pub String);Expand description
Fallow CLI version that produced this envelope. Renders to the JSON wire as
a bare string (e.g. "2.74.0").
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for ToolVersion
impl Clone for ToolVersion
Source§impl Debug for ToolVersion
impl Debug for ToolVersion
impl Eq for ToolVersion
Source§impl PartialEq for ToolVersion
impl PartialEq for ToolVersion
Source§impl Serialize for ToolVersion
impl Serialize for ToolVersion
impl StructuralPartialEq for ToolVersion
Auto Trait Implementations§
impl Freeze for ToolVersion
impl RefUnwindSafe for ToolVersion
impl Send for ToolVersion
impl Sync for ToolVersion
impl Unpin for ToolVersion
impl UnsafeUnpin for ToolVersion
impl UnwindSafe for ToolVersion
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
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.