pub enum ConsoleStreamType {
Stderr,
Stdout,
}Variants§
Trait Implementations§
Source§impl Clone for ConsoleStreamType
impl Clone for ConsoleStreamType
Source§fn clone(&self) -> ConsoleStreamType
fn clone(&self) -> ConsoleStreamType
Returns a copy 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 moreSource§impl Debug for ConsoleStreamType
impl Debug for ConsoleStreamType
impl Copy for ConsoleStreamType
Auto Trait Implementations§
impl Freeze for ConsoleStreamType
impl RefUnwindSafe for ConsoleStreamType
impl Send for ConsoleStreamType
impl Sync for ConsoleStreamType
impl Unpin for ConsoleStreamType
impl UnwindSafe for ConsoleStreamType
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