pub struct ConsoleService {}
Expand description

A service to use methods of a Console.

Implementations

Creates a new service instance connected to App by provided sender.

console.log method implementation.

console.warn method implementation.

console.info method implementation.

console.error method implementation.

console.debug method implementation.

console.count_named method implementation.

console.count method implementation.

console.time_named method implementation.

console.time_named_end method implementation.

console.time method implementation.

console.time_end method implementation.

console.clear method implementation.

console.group method implementation.

console.group_collapsed method implementation.

console.group_end method implementation.

console.trace method implementation.

console.assert method implementation.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.