[][src]Struct pretty_exec_lib::logger::github_actions::GroupOpening

pub struct GroupOpening<Fmt: Formatter>(_);

Trait Implementations

impl<Fmt: Formatter> Formatter for GroupOpening<Fmt>[src]

impl<Fmt: Formatter> Logger for GroupOpening<Fmt>[src]

Auto Trait Implementations

impl<Fmt> RefUnwindSafe for GroupOpening<Fmt> where
    Fmt: RefUnwindSafe
[src]

impl<Fmt> Send for GroupOpening<Fmt> where
    Fmt: Send
[src]

impl<Fmt> Sync for GroupOpening<Fmt> where
    Fmt: Sync
[src]

impl<Fmt> Unpin for GroupOpening<Fmt> where
    Fmt: Unpin
[src]

impl<Fmt> UnwindSafe for GroupOpening<Fmt> where
    Fmt: UnwindSafe
[src]

Blanket Implementations

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

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

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

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

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

impl<X> Pipe for X[src]

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

type Error = Infallible

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.