Skip to main content

AS

Type Alias AS 

Source
pub type AS = AccountScope;

Aliased Type§

pub enum AS {
    Server,
    Unix {
        user: String,
    },
    Ssh {
        user: String,
    },
}

Variants§

§

Server

§

Unix

Fields

§user: String
§

Ssh

Fields

§user: String