#[repr(usize)]pub enum StreamChannel {
Stdout = 0,
Stderr = 1,
}Variants§
Trait Implementations§
Source§impl Clone for StreamChannel
impl Clone for StreamChannel
Source§fn clone(&self) -> StreamChannel
fn clone(&self) -> StreamChannel
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 moreSource§impl Debug for StreamChannel
impl Debug for StreamChannel
Source§impl<'de> Deserialize<'de> for StreamChannel
impl<'de> Deserialize<'de> for StreamChannel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StreamChannel
Source§impl Hash for StreamChannel
impl Hash for StreamChannel
Source§impl PartialEq for StreamChannel
impl PartialEq for StreamChannel
Source§fn eq(&self, other: &StreamChannel) -> bool
fn eq(&self, other: &StreamChannel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for StreamChannel
impl PartialOrd for StreamChannel
Source§impl Serialize for StreamChannel
impl Serialize for StreamChannel
impl StructuralPartialEq for StreamChannel
Auto Trait Implementations§
impl Freeze for StreamChannel
impl RefUnwindSafe for StreamChannel
impl Send for StreamChannel
impl Sync for StreamChannel
impl Unpin for StreamChannel
impl UnsafeUnpin for StreamChannel
impl UnwindSafe for StreamChannel
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