[][src]Struct arduino_cli_client::commands::InstalledLibrary

pub struct InstalledLibrary {
    pub library: Option<Library>,
    pub release: Option<LibraryRelease>,
}

Fields

library: Option<Library>

Information about the library.

release: Option<LibraryRelease>

When the updatable field of the LibraryList request is set to true, this will contain information on the latest version of the library in the libraries index.

Trait Implementations

impl Clone for InstalledLibrary[src]

impl Debug for InstalledLibrary[src]

impl Default for InstalledLibrary[src]

impl Message for InstalledLibrary[src]

impl PartialEq<InstalledLibrary> for InstalledLibrary[src]

impl StructuralPartialEq for InstalledLibrary[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]