pub enum QueueAddResult {
Noop,
NeedsFlush,
NeedsFlushAndDropped(u64),
}
Variants§
Auto Trait Implementations§
impl Freeze for QueueAddResult
impl RefUnwindSafe for QueueAddResult
impl Send for QueueAddResult
impl Sync for QueueAddResult
impl Unpin for QueueAddResult
impl UnwindSafe for QueueAddResult
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