pub enum StatumError {
InvalidState,
}Variants§
InvalidState
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatumError
impl RefUnwindSafe for StatumError
impl Send for StatumError
impl Sync for StatumError
impl Unpin for StatumError
impl UnwindSafe for StatumError
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