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