pub enum OpenSessionErrorCode {
MissingCapabilities,
}Expand description
Machine-readable reason for rejecting a session open request.
Variants§
MissingCapabilities
Trait Implementations§
Source§impl Clone for OpenSessionErrorCode
impl Clone for OpenSessionErrorCode
Source§fn clone(&self) -> OpenSessionErrorCode
fn clone(&self) -> OpenSessionErrorCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OpenSessionErrorCode
Source§impl Debug for OpenSessionErrorCode
impl Debug for OpenSessionErrorCode
Source§impl<'de> Deserialize<'de> for OpenSessionErrorCode
impl<'de> Deserialize<'de> for OpenSessionErrorCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OpenSessionErrorCode
Source§impl PartialEq for OpenSessionErrorCode
impl PartialEq for OpenSessionErrorCode
Source§impl Serialize for OpenSessionErrorCode
impl Serialize for OpenSessionErrorCode
impl StructuralPartialEq for OpenSessionErrorCode
Auto Trait Implementations§
impl Freeze for OpenSessionErrorCode
impl RefUnwindSafe for OpenSessionErrorCode
impl Send for OpenSessionErrorCode
impl Sync for OpenSessionErrorCode
impl Unpin for OpenSessionErrorCode
impl UnsafeUnpin for OpenSessionErrorCode
impl UnwindSafe for OpenSessionErrorCode
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