Struct ntex::framed::Write[][src]

pub struct Write<'a>(_);

Implementations

Check if write task is ready

Check if write buffer is full

Wait until write task flushes data to io stream

Write task must be waken up separately.

Wake dispatcher task

Get mut access to write buffer

Write item to a buffer and wake up write task

Returns write buffer state, false is returned if write buffer if full.

Write item to a buf and wake up io task

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.