[][src]Struct arduino_cli_client::commands::ToolsDependencies

pub struct ToolsDependencies {
    pub packager: String,
    pub name: String,
    pub version: String,
    pub systems: Vec<Systems>,
}

Fields

packager: String

Vendor name of the package containing the tool definition.

name: String

Tool name.

version: String

Tool version.

systems: Vec<Systems>

Data for the operating system-specific builds of the tool.

Trait Implementations

impl Clone for ToolsDependencies[src]

impl Debug for ToolsDependencies[src]

impl Default for ToolsDependencies[src]

impl Message for ToolsDependencies[src]

impl PartialEq<ToolsDependencies> for ToolsDependencies[src]

impl StructuralPartialEq for ToolsDependencies[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]