pub enum SideBandChannel {
Data,
Progress,
Fatal,
}Variants§
Trait Implementations§
Source§impl Clone for SideBandChannel
impl Clone for SideBandChannel
Source§fn clone(&self) -> SideBandChannel
fn clone(&self) -> SideBandChannel
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 SideBandChannel
Source§impl Debug for SideBandChannel
impl Debug for SideBandChannel
impl Eq for SideBandChannel
Source§impl PartialEq for SideBandChannel
impl PartialEq for SideBandChannel
Source§fn eq(&self, other: &SideBandChannel) -> bool
fn eq(&self, other: &SideBandChannel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SideBandChannel
Auto Trait Implementations§
impl Freeze for SideBandChannel
impl RefUnwindSafe for SideBandChannel
impl Send for SideBandChannel
impl Sync for SideBandChannel
impl Unpin for SideBandChannel
impl UnsafeUnpin for SideBandChannel
impl UnwindSafe for SideBandChannel
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