pub struct DummyContextStack<Name: ?Sized, Buffer> { /* private fields */ }

Implementations§

Trait Implementations§

Type for method names
Type for buffers
Called before the request is read.
Called before post_read after reading arguments (server) / after reading reply (client), with the actual (unparsed, serialized) data.
Called after the request is read.
Called before a response is written.
Called before post_write, after serializing response (server) / after serializing request (client), with the actual (serialized) data.
Called after a response a written.

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.