pub enum DeclineReason {
Unknown,
MaxThreadsExceed(u32),
}
Variants§
Auto Trait Implementations§
impl Freeze for DeclineReason
impl RefUnwindSafe for DeclineReason
impl Send for DeclineReason
impl Sync for DeclineReason
impl Unpin for DeclineReason
impl UnwindSafe for DeclineReason
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