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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParentId
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ParentId
[src]

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

This method tests for !=.

impl Header for ParentId
[src]

Important traits for &'a [u8]

Returns a header name.

Returns a header value.

Converts this header into a raw representation.

Auto Trait Implementations

impl Send for ParentId

impl Sync for ParentId