Struct RemoteSystemSessionWatcherStatus
#[repr(transparent)]pub struct RemoteSystemSessionWatcherStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for RemoteSystemSessionWatcherStatus
impl Clone for RemoteSystemSessionWatcherStatus
§fn clone(&self) -> RemoteSystemSessionWatcherStatus
fn clone(&self) -> RemoteSystemSessionWatcherStatus
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 RemoteSystemSessionWatcherStatus
impl Debug for RemoteSystemSessionWatcherStatus
§impl Default for RemoteSystemSessionWatcherStatus
impl Default for RemoteSystemSessionWatcherStatus
§fn default() -> RemoteSystemSessionWatcherStatus
fn default() -> RemoteSystemSessionWatcherStatus
Returns the “default value” for a type. Read more
impl Copy for RemoteSystemSessionWatcherStatus
impl Eq for RemoteSystemSessionWatcherStatus
impl StructuralPartialEq for RemoteSystemSessionWatcherStatus
Auto Trait Implementations§
impl Freeze for RemoteSystemSessionWatcherStatus
impl RefUnwindSafe for RemoteSystemSessionWatcherStatus
impl Send for RemoteSystemSessionWatcherStatus
impl Sync for RemoteSystemSessionWatcherStatus
impl Unpin for RemoteSystemSessionWatcherStatus
impl UnwindSafe for RemoteSystemSessionWatcherStatus
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