Type Alias cloudfront_logs::OwningValidatedTimeLogline

source ·
pub type OwningValidatedTimeLogline = Logline<Validated>;
Available on crate feature time only.

Aliased Type§

struct OwningValidatedTimeLogline { /* private fields */ }

Trait Implementations§

source§

impl TryFrom<&str> for ValidatedLogline

§

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 ValidatedLogline

§

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 ValidatedLogline

§

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 ValidatedLogline

§

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.