[][src]Struct buildkit_proto::pb::SshOpt

pub struct SshOpt {
    pub id: String,
    pub uid: u32,
    pub gid: u32,
    pub mode: u32,
    pub optional: bool,
}

SSHOpt defines options describing secret mounts

Fields

id: String

ID of exposed ssh rule. Used for quering the value.

uid: u32

UID of agent socket

gid: u32

GID of agent socket

mode: u32

Mode is the filesystem mode of agent socket

optional: bool

Optional defines if ssh socket is required. Error is produced if client does not expose ssh.

Trait Implementations

impl Clone for SshOpt[src]

impl Default for SshOpt[src]

impl PartialEq<SshOpt> for SshOpt[src]

impl Debug for SshOpt[src]

impl Message for SshOpt[src]

Auto Trait Implementations

impl Send for SshOpt

impl Sync for SshOpt

impl Unpin for SshOpt

impl RefUnwindSafe for SshOpt

impl UnwindSafe for SshOpt

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]