Struct grpcio::WriteFlags [] [src]

pub struct WriteFlags { /* fields omitted */ }

Methods

impl WriteFlags
[src]

[src]

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

[src]

Force compression to be disabled.

Trait Implementations

impl Default for WriteFlags
[src]

[src]

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

impl Clone for WriteFlags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WriteFlags
[src]