pub enum StreamTarget {
Out,
Err,
In,
}Expand description
The standard stream an endpoint is bound to.
Variants§
Trait Implementations§
Source§impl Clone for StreamTarget
impl Clone for StreamTarget
impl Copy for StreamTarget
Source§impl Debug for StreamTarget
impl Debug for StreamTarget
Source§impl Display for StreamTarget
impl Display for StreamTarget
impl Eq for StreamTarget
Source§impl FromStr for StreamTarget
impl FromStr for StreamTarget
Source§impl PartialEq for StreamTarget
impl PartialEq for StreamTarget
impl StructuralPartialEq for StreamTarget
Auto Trait Implementations§
impl Freeze for StreamTarget
impl RefUnwindSafe for StreamTarget
impl Send for StreamTarget
impl Sync for StreamTarget
impl Unpin for StreamTarget
impl UnsafeUnpin for StreamTarget
impl UnwindSafe for StreamTarget
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