pub enum ValidateSessionResponseError {
MessageTagMismatch,
RemoteConsoleSessionIdMismatch,
}Variants§
Trait Implementations§
Source§impl Debug for ValidateSessionResponseError
impl Debug for ValidateSessionResponseError
Source§impl From<ValidateSessionResponseError> for ActivationError
impl From<ValidateSessionResponseError> for ActivationError
Source§fn from(value: ValidateSessionResponseError) -> Self
fn from(value: ValidateSessionResponseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ValidateSessionResponseError
impl RefUnwindSafe for ValidateSessionResponseError
impl Send for ValidateSessionResponseError
impl Sync for ValidateSessionResponseError
impl Unpin for ValidateSessionResponseError
impl UnwindSafe for ValidateSessionResponseError
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