pub struct ExportRequest<'a> {
pub root: &'a Path,
pub destination: &'a Path,
pub canonical_inputs: &'a [PathBuf],
pub format: ExportFormat,
}Fields§
§root: &'a Path§destination: &'a Path§canonical_inputs: &'a [PathBuf]§format: ExportFormatTrait Implementations§
Source§impl<'a> Clone for ExportRequest<'a>
impl<'a> Clone for ExportRequest<'a>
Source§fn clone(&self) -> ExportRequest<'a>
fn clone(&self) -> ExportRequest<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for ExportRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExportRequest<'a>
impl<'a> RefUnwindSafe for ExportRequest<'a>
impl<'a> Send for ExportRequest<'a>
impl<'a> Sync for ExportRequest<'a>
impl<'a> Unpin for ExportRequest<'a>
impl<'a> UnsafeUnpin for ExportRequest<'a>
impl<'a> UnwindSafe for ExportRequest<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more