Struct cocaine::hpack::ParentId [] [src]

pub struct ParentId(pub u64);

Header for identifying a parent of the current span.

Trait Implementations

impl Clone for ParentId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ParentId
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ParentId
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Header for ParentId
[src]

[src]

Returns a header name.

[src]

Returns a header value.

[src]

Converts this header into a raw representation.