pub enum Rule {
Show 24 variants
yes_or_no,
host_option,
single_config,
config_file,
host,
match_,
add_keys_to_agent,
address_family,
batch_mode,
bind_address,
canonical_domains,
canonicalize_fallback_local,
canonicalize_hostname,
canonicalize_max_dots,
canonicalize_permitted_cnames,
ip_address,
ipv4_address,
digit,
digit_woz,
int,
pattern,
comment,
newline,
whitespace,
}Variants§
yes_or_no
host_option
single_config
config_file
host
match_
add_keys_to_agent
address_family
batch_mode
bind_address
canonical_domains
canonicalize_fallback_local
canonicalize_hostname
canonicalize_max_dots
canonicalize_permitted_cnames
ip_address
ipv4_address
digit
digit_woz
int
pattern
comment
newline
whitespace
Trait Implementations§
Source§impl Ord for Rule
impl Ord for Rule
Source§impl Parser<Rule> for SSHConfigParser
impl Parser<Rule> for SSHConfigParser
Source§impl PartialOrd for Rule
impl PartialOrd for Rule
impl Copy for Rule
impl Eq for Rule
impl StructuralPartialEq for Rule
Auto Trait Implementations§
impl Freeze for Rule
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnwindSafe for Rule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more