Enum kvarn_search::WatchError
source · pub enum WatchError {
HostNotFound,
FsDisabled,
}
Variants§
HostNotFound
Can occur if the host name isn’t part of the HostCollection
because the host doesn’t
exist, or because it’s inside another collection.
FsDisabled
The file system feature was disabled for this host.
Trait Implementations§
source§impl Debug for WatchError
impl Debug for WatchError
source§impl PartialEq<WatchError> for WatchError
impl PartialEq<WatchError> for WatchError
source§fn eq(&self, other: &WatchError) -> bool
fn eq(&self, other: &WatchError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.