#[repr(u32)]pub enum GetDoc {
Finished = 0,
SecondConsumer = 1,
}
Variants§
Trait Implementations§
source§impl Ord for GetDoc
impl Ord for GetDoc
source§impl PartialOrd for GetDoc
impl PartialOrd for GetDoc
impl Copy for GetDoc
impl Eq for GetDoc
impl StructuralPartialEq for GetDoc
Auto Trait Implementations§
impl Freeze for GetDoc
impl RefUnwindSafe for GetDoc
impl Send for GetDoc
impl Sync for GetDoc
impl Unpin for GetDoc
impl UnwindSafe for GetDoc
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)