[][src]Struct buildkit_proto::fsutil::types::Stat

pub struct Stat {
    pub path: String,
    pub mode: u32,
    pub uid: u32,
    pub gid: u32,
    pub size: i64,
    pub mod_time: i64,
    pub linkname: String,
    pub devmajor: i64,
    pub devminor: i64,
    pub xattrs: HashMap<String, Vec<u8>>,
}

Fields

path: Stringmode: u32uid: u32gid: u32size: i64mod_time: i64linkname: String

int32 typeflag = 7;

devmajor: i64devminor: i64xattrs: HashMap<String, Vec<u8>>

Trait Implementations

impl Clone for Stat[src]

impl Default for Stat[src]

impl PartialEq<Stat> for Stat[src]

impl Debug for Stat[src]

impl Message for Stat[src]

Auto Trait Implementations

impl Send for Stat

impl Sync for Stat

impl Unpin for Stat

impl RefUnwindSafe for Stat

impl UnwindSafe for Stat

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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