Enum rad::AuthType [−][src]
pub enum AuthType {
ENV,
FIN,
FOUT,
CMD,
LEN,
}Expand description
Authorization type
Each variants means
- ENV : environment variable permission
- FIN : File in(read) permission
- FOUT : File out(write) permission
- CMD : System command permission
- LEN : This is a functional variant not a real value, namely a lengthVariants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthType
impl UnwindSafe for AuthType
Blanket Implementations
Mutably borrows from an owned value. Read more