[][src]Struct buildkit_proto::pb::FileOp

pub struct FileOp {
    pub actions: Vec<FileAction>,
}

Fields

actions: Vec<FileAction>

Trait Implementations

impl Clone for FileOp[src]

impl Default for FileOp[src]

impl PartialEq<FileOp> for FileOp[src]

impl Debug for FileOp[src]

impl Message for FileOp[src]

Auto Trait Implementations

impl Send for FileOp

impl Sync for FileOp

impl Unpin for FileOp

impl UnwindSafe for FileOp

impl RefUnwindSafe for FileOp

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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