Type Alias cloudfront_logs::OwningUnvalidatedSimpleLogline

source ·
pub type OwningUnvalidatedSimpleLogline = Logline<Unvalidated>;

Aliased Type§

struct OwningUnvalidatedSimpleLogline { /* private fields */ }

Trait Implementations§

source§

impl TryFrom<&str> for UnvalidatedLogline

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(line: &str) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Arc<str>> for UnvalidatedLogline

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(line: Arc<str>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Box<str>> for UnvalidatedLogline

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(line: Box<str>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<String> for UnvalidatedLogline

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(line: String) -> Result<Self, Self::Error>

Performs the conversion.