Struct ferrum::header::Raw [] [src]

pub struct Raw(_);

A raw header value.

Methods

impl Raw
[src]

[src]

Returns the amount of lines.

[src]

Returns the line if there is only 1.

[src]

Iterate the lines of raw bytes.

[src]

Append a line to this Raw header value.

Trait Implementations

impl Clone for Raw
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> From<&'a [u8]> for Raw
[src]

[src]

Performs the conversion.

impl From<Vec<Vec<u8>>> for Raw
[src]

[src]

Performs the conversion.

impl From<Vec<u8>> for Raw
[src]

[src]

Performs the conversion.

impl From<Bytes> for Raw
[src]

[src]

Performs the conversion.

impl<'a> From<&'a str> for Raw
[src]

[src]

Performs the conversion.

impl From<String> for Raw
[src]

[src]

Performs the conversion.

impl<'a> PartialEq<[&'a [u8]]> for Raw
[src]

[src]

impl PartialEq<[String]> for Raw
[src]

[src]

impl PartialEq<[u8]> for Raw
[src]

[src]

impl<'a> PartialEq<[&'a str]> for Raw
[src]

[src]

impl PartialEq<Raw> for Raw
[src]

[src]

impl PartialEq<str> for Raw
[src]

[src]

impl PartialEq<[Vec<u8>]> for Raw
[src]

[src]

impl Debug for Raw
[src]

[src]

Formats the value using the given formatter.

impl Index<usize> for Raw
[src]

[src]

impl Eq for Raw
[src]

impl<'a> IntoIterator for &'a Raw
[src]

[src]