Struct guzuta::ChrootHelper[][src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for ChrootHelper<'a>

impl<'a> Sync for ChrootHelper<'a>