Struct grpcio::WriteFlags[][src]

pub struct WriteFlags { /* fields omitted */ }

Flags for write operations.

Methods

impl WriteFlags
[src]

Hint that the write may be buffered and need not go out on the wire immediately.

gRPC is free to buffer the message until the next non-buffered write, or until write stream completion, but it need not buffer completely or at all.

Force compression to be disabled.

Get whether buffer hint is enabled.

Get whether compression is disabled.

Trait Implementations

impl Default for WriteFlags
[src]

Returns the "default value" for a type. Read more

impl Clone for WriteFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WriteFlags
[src]

Auto Trait Implementations

impl Send for WriteFlags

impl Sync for WriteFlags