[][src]Struct arduino_cli_client::commands::LoadSketchResp

pub struct LoadSketchResp {
    pub main_file: String,
    pub location_path: String,
    pub other_sketch_files: Vec<String>,
    pub additional_files: Vec<String>,
}

Fields

main_file: String

Absolute path to a main sketch files

location_path: String

Absolute path to folder that contains main_file

other_sketch_files: Vec<String>

List of absolute paths to other sketch files

additional_files: Vec<String>

List of absolute paths to additional sketch files

Trait Implementations

impl Clone for LoadSketchResp[src]

impl Debug for LoadSketchResp[src]

impl Default for LoadSketchResp[src]

impl Message for LoadSketchResp[src]

impl PartialEq<LoadSketchResp> for LoadSketchResp[src]

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