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