pub struct FileEntry {
pub content_hash: String,
pub permissions: Option<u32>,
pub is_template: bool,
pub source_path: PathBuf,
pub origin_source: String,
}Fields§
§content_hash: String§permissions: Option<u32>§is_template: bool§source_path: PathBuf§origin_source: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FileEntry
impl RefUnwindSafe for FileEntry
impl Send for FileEntry
impl Sync for FileEntry
impl Unpin for FileEntry
impl UnsafeUnpin for FileEntry
impl UnwindSafe for FileEntry
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