[][src]Struct sarchive::archive::file::FileArchive

pub struct FileArchive { /* fields omitted */ }

An aerchiver that writes job script info to a file

Implementations

impl FileArchive[src]

pub fn new(archive_path: &PathBuf, p: Period) -> Self[src]

pub fn build(matches: &ArgMatches) -> Result<Self, Error>[src]

Trait Implementations

impl Archive for FileArchive[src]

pub fn archive(&self, job_entry: &Box<dyn JobInfo>) -> Result<(), Error>[src]

Archives the files from the given SlurmJobEntry's path.

Auto Trait Implementations

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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> Pointable for T

type Init = T

The type for initializers.

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.