pub enum BftError {
SendMsgErr,
RecvMsgErr,
MsgTypeErr,
Unreachable,
}Expand description
Error for Bft actuator.
Variants§
SendMsgErr
Send message error.
RecvMsgErr
Receive message error.
MsgTypeErr
Message type error.
Unreachable
Unreachable error.
Trait Implementations§
impl Eq for BftError
impl StructuralPartialEq for BftError
Auto Trait Implementations§
impl Freeze for BftError
impl RefUnwindSafe for BftError
impl Send for BftError
impl Sync for BftError
impl Unpin for BftError
impl UnwindSafe for BftError
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