pub enum ChannelSize {
Small,
Mid,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ChannelSize
impl Clone for ChannelSize
Source§fn clone(&self) -> ChannelSize
fn clone(&self) -> ChannelSize
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 moreimpl Copy for ChannelSize
Auto Trait Implementations§
impl Freeze for ChannelSize
impl RefUnwindSafe for ChannelSize
impl Send for ChannelSize
impl Sync for ChannelSize
impl Unpin for ChannelSize
impl UnwindSafe for ChannelSize
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