pub struct DecodedOutput { /* private fields */ }Expand description
Console output, decoded, and how it had to be read.
Implementations§
Source§impl DecodedOutput
impl DecodedOutput
Sourcepub fn encoding(&self) -> ConsoleEncoding
pub fn encoding(&self) -> ConsoleEncoding
Which encoding the bytes were read as.
Trait Implementations§
Source§impl Clone for DecodedOutput
impl Clone for DecodedOutput
Source§fn clone(&self) -> DecodedOutput
fn clone(&self) -> DecodedOutput
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 DecodedOutput
impl Debug for DecodedOutput
impl Eq for DecodedOutput
Source§impl PartialEq for DecodedOutput
impl PartialEq for DecodedOutput
impl StructuralPartialEq for DecodedOutput
Auto Trait Implementations§
impl Freeze for DecodedOutput
impl RefUnwindSafe for DecodedOutput
impl Send for DecodedOutput
impl Sync for DecodedOutput
impl Unpin for DecodedOutput
impl UnsafeUnpin for DecodedOutput
impl UnwindSafe for DecodedOutput
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