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