pub struct ExportOperation<'a> { /* private fields */ }Implementations§
Source§impl<'a> ExportOperation<'a>
impl<'a> ExportOperation<'a>
pub fn new( package_storage: &'a PackageStorage, paths: &'a UpstreamPaths, ) -> Self
Auto Trait Implementations§
impl<'a> Freeze for ExportOperation<'a>
impl<'a> RefUnwindSafe for ExportOperation<'a>
impl<'a> Send for ExportOperation<'a>
impl<'a> Sync for ExportOperation<'a>
impl<'a> Unpin for ExportOperation<'a>
impl<'a> UnsafeUnpin for ExportOperation<'a>
impl<'a> UnwindSafe for ExportOperation<'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