[][src]Struct routinator::rsync::Run

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

Information for a validation run.

Methods

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

pub fn new(cache: &'a Cache) -> Result<Self, Error>[src]

pub fn load_module(&self, uri: &Rsync)[src]

pub fn load_file(&self, uri: &Rsync) -> Option<Bytes>[src]

pub fn cleanup(&self)[src]

pub fn into_metrics(self) -> Vec<RsyncModuleMetrics>[src]

Trait Implementations

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

Auto Trait Implementations

impl<'a> Send for Run<'a>

impl<'a> Sync for Run<'a>

impl<'a> Unpin for Run<'a>

impl<'a> UnwindSafe for Run<'a>

impl<'a> RefUnwindSafe for Run<'a>

Blanket Implementations

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

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

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

type Error = !

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.

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

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

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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