pub enum VariableOptionSource {
Argument(usize),
FunctionName,
ServiceName,
}
Expand description
Manages which source will be used to choose a variable.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for VariableOptionSource
impl Send for VariableOptionSource
impl Sync for VariableOptionSource
impl Unpin for VariableOptionSource
impl UnwindSafe for VariableOptionSource
Blanket Implementations§
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where T: AsFilelike,
Query the “status” flags for the
self
file descriptor.