Enum fswatch_sys::FswStatus
[−]
[src]
pub enum FswStatus {
Ok,
UnknownError,
SessionUnknown,
MonitorAlreadyExists,
Memory,
UnknownMonitorType,
CallbackNotSet,
PathsNotSet,
MissingContext,
InvalidPath,
InvalidCallback,
InvalidLatency,
InvalidRegex,
MonitorAlreadyRunning,
UnknownValue,
InvalidProprety,
}Variants
OkUnknownErrorSessionUnknownMonitorAlreadyExistsMemoryUnknownMonitorTypeCallbackNotSetPathsNotSetMissingContextInvalidPathInvalidCallbackInvalidLatencyInvalidRegexMonitorAlreadyRunningUnknownValueInvalidPropretyTrait Implementations
impl Debug for FswStatus[src]
impl PartialEq for FswStatus[src]
fn eq(&self, __arg_0: &FswStatus) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.