Enum udev::monitor::Action
[-]
[+]
[src]
pub enum Action { Add, Remove, Change, Move, Online, Offline, Other(String), }
Variants
Add | |
Remove | |
Change | |
Move | |
Online | |
Offline | |
Other |
pub enum Action { Add, Remove, Change, Move, Online, Offline, Other(String), }
Add | |
Remove | |
Change | |
Move | |
Online | |
Offline | |
Other |
impl FromStr for Action
impl Show for Action
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).