Enum ipmi_rs::connection::rmcp::ActivationError
source · pub enum ActivationError {
Io(Error),
UsernameTooLong,
PasswordTooLong,
NoSupportedAuthenticationType,
GetChannelAuthenticationCapabilities(IpmiCommandError<<Rmcp<Active> as IpmiConnection>::Error, ()>),
GetSessionChallenge(IpmiCommandError<<Rmcp<Active> as IpmiConnection>::Error, AuthError>),
ActivateSession(IpmiCommandError<<Rmcp<Active> as IpmiConnection>::Error, AuthError>),
}Variants§
Io(Error)
UsernameTooLong
PasswordTooLong
NoSupportedAuthenticationType
GetChannelAuthenticationCapabilities(IpmiCommandError<<Rmcp<Active> as IpmiConnection>::Error, ()>)
GetSessionChallenge(IpmiCommandError<<Rmcp<Active> as IpmiConnection>::Error, AuthError>)
ActivateSession(IpmiCommandError<<Rmcp<Active> as IpmiConnection>::Error, AuthError>)
Trait Implementations§
source§impl Debug for ActivationError
impl Debug for ActivationError
Auto Trait Implementations§
impl !RefUnwindSafe for ActivationError
impl Send for ActivationError
impl Sync for ActivationError
impl Unpin for ActivationError
impl !UnwindSafe for ActivationError
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