pub struct NoOp;
Expand description

Dummy operation that just copies its input to the output.

Trait Implementations

Performs a single step of this operation. Read more

Performs a single step of this operation. Read more

Flushes any internal buffer, if any. Read more

Prepares the operation for a new frame. Read more

Finishes the operation, writing any footer if necessary. 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.