[]Struct yubikey_cli::status::STDERR

pub struct STDERR { /* fields omitted */ }

Standard error

Methods from Deref<Target = StandardStream>

pub fn lock(&self) -> StandardStreamLock[src]

Lock the underlying writer.

The lock guard returned also satisfies io::Write and WriteColor.

This method is not reentrant. It may panic if lock is called while a StandardStreamLock is still alive.

Trait Implementations

impl Deref for STDERR

type Target = StandardStream

The resulting type after dereferencing.

impl LazyStatic for STDERR

Auto Trait Implementations

impl Send for STDERR

impl Sync for STDERR

impl Unpin for STDERR

impl UnwindSafe for STDERR

impl RefUnwindSafe for STDERR

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]