pub struct ExportedFile {
pub path: Utf8PathBuf,
pub reason: Reason,
pub tracker: Option<String>,
}Fields§
§path: Utf8PathBufWorkspace-relative path, which is also its path in the export.
reason: Reason§tracker: Option<String>The tracker that owns it, for anything but plain source.
Trait Implementations§
Source§impl Clone for ExportedFile
impl Clone for ExportedFile
Source§fn clone(&self) -> ExportedFile
fn clone(&self) -> ExportedFile
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 moreSource§impl Debug for ExportedFile
impl Debug for ExportedFile
impl Eq for ExportedFile
Source§impl PartialEq for ExportedFile
impl PartialEq for ExportedFile
impl StructuralPartialEq for ExportedFile
Auto Trait Implementations§
impl Freeze for ExportedFile
impl RefUnwindSafe for ExportedFile
impl Send for ExportedFile
impl Sync for ExportedFile
impl Unpin for ExportedFile
impl UnsafeUnpin for ExportedFile
impl UnwindSafe for ExportedFile
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