pub enum YCQueueOwner {
Producer,
Consumer,
}Variants§
Trait Implementations§
Source§impl Clone for YCQueueOwner
impl Clone for YCQueueOwner
Source§fn clone(&self) -> YCQueueOwner
fn clone(&self) -> YCQueueOwner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for YCQueueOwner
impl Debug for YCQueueOwner
Source§impl PartialEq for YCQueueOwner
impl PartialEq for YCQueueOwner
impl Copy for YCQueueOwner
impl Eq for YCQueueOwner
impl StructuralPartialEq for YCQueueOwner
Auto Trait Implementations§
impl Freeze for YCQueueOwner
impl RefUnwindSafe for YCQueueOwner
impl Send for YCQueueOwner
impl Sync for YCQueueOwner
impl Unpin for YCQueueOwner
impl UnwindSafe for YCQueueOwner
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