Enum fuchsia_fs::directory::WatcherStreamError
source · pub enum WatcherStreamError {
ChannelRead(Status),
}
Variants§
Trait Implementations§
source§impl Debug for WatcherStreamError
impl Debug for WatcherStreamError
source§impl Display for WatcherStreamError
impl Display for WatcherStreamError
source§impl Error for WatcherStreamError
impl Error for WatcherStreamError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Status> for WatcherStreamError
impl From<Status> for WatcherStreamError
source§impl PartialEq for WatcherStreamError
impl PartialEq for WatcherStreamError
source§fn eq(&self, other: &WatcherStreamError) -> bool
fn eq(&self, other: &WatcherStreamError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for WatcherStreamError
impl StructuralPartialEq for WatcherStreamError
Auto Trait Implementations§
impl Freeze for WatcherStreamError
impl RefUnwindSafe for WatcherStreamError
impl Send for WatcherStreamError
impl Sync for WatcherStreamError
impl Unpin for WatcherStreamError
impl UnwindSafe for WatcherStreamError
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