pub enum ChannelQuery {
Closed,
Count,
Empty,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for ChannelQuery
impl Clone for ChannelQuery
Source§fn clone(&self) -> ChannelQuery
fn clone(&self) -> ChannelQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChannelQuery
Auto Trait Implementations§
impl Freeze for ChannelQuery
impl RefUnwindSafe for ChannelQuery
impl Send for ChannelQuery
impl Sync for ChannelQuery
impl Unpin for ChannelQuery
impl UnsafeUnpin for ChannelQuery
impl UnwindSafe for ChannelQuery
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