pub enum CallbackStatus {
Continue,
Abort {
reason: FastStr,
},
}Variants§
Auto Trait Implementations§
impl !Freeze for CallbackStatus
impl RefUnwindSafe for CallbackStatus
impl Send for CallbackStatus
impl Sync for CallbackStatus
impl Unpin for CallbackStatus
impl UnwindSafe for CallbackStatus
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