[][src]Struct rpki::rta::Validation

pub struct Validation<'a> { /* fields omitted */ }

Implementations

impl<'a> Validation<'a>[src]

pub fn new(rta: &'a Rta, strict: bool) -> Result<Self, ValidationError>[src]

pub fn new_at(
    rta: &'a Rta,
    strict: bool,
    now: Time
) -> Result<Self, ValidationError>
[src]

pub fn supply_tal(&mut self, tal: &Tal) -> Result<bool, ValidationError>[src]

pub fn supply_ca(&mut self, ca: &ResourceCert) -> Result<bool, ValidationError>[src]

pub fn finalize(self) -> Result<&'a ResourceTaggedAttestation, ValidationError>[src]

Trait Implementations

impl<'a> Clone for Validation<'a>[src]

impl<'a> Debug for Validation<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for Validation<'a>

impl<'a> Send for Validation<'a>

impl<'a> Sync for Validation<'a>

impl<'a> Unpin for Validation<'a>

impl<'a> UnwindSafe for Validation<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.