Struct ssh_jail_dto::instruction::Instruction [] [src]

pub struct Instruction {
    pub action: Action,
    pub keys: Vec<Key>,
}

Fields

action: Action keys: Vec<Key>

Trait Implementations

impl Encodable for Instruction
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for Instruction
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Instruction, __D::Error>

impl Debug for Instruction
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.