Struct RemoteSystemWatcherError
#[repr(transparent)]pub struct RemoteSystemWatcherError(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl RemoteSystemWatcherError
impl RemoteSystemWatcherError
pub const Unknown: Self = _
pub const InternetNotAvailable: Self = _
pub const AuthenticationError: Self = _
Trait Implementations§
§impl Clone for RemoteSystemWatcherError
impl Clone for RemoteSystemWatcherError
§fn clone(&self) -> RemoteSystemWatcherError
fn clone(&self) -> RemoteSystemWatcherError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for RemoteSystemWatcherError
impl Debug for RemoteSystemWatcherError
§impl Default for RemoteSystemWatcherError
impl Default for RemoteSystemWatcherError
§fn default() -> RemoteSystemWatcherError
fn default() -> RemoteSystemWatcherError
Returns the “default value” for a type. Read more
§impl PartialEq for RemoteSystemWatcherError
impl PartialEq for RemoteSystemWatcherError
impl Copy for RemoteSystemWatcherError
impl Eq for RemoteSystemWatcherError
impl StructuralPartialEq for RemoteSystemWatcherError
Auto Trait Implementations§
impl Freeze for RemoteSystemWatcherError
impl RefUnwindSafe for RemoteSystemWatcherError
impl Send for RemoteSystemWatcherError
impl Sync for RemoteSystemWatcherError
impl Unpin for RemoteSystemWatcherError
impl UnwindSafe for RemoteSystemWatcherError
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