Struct rust_embed_utils::FileEntry 
source · pub struct FileEntry {
    pub rel_path: String,
    pub full_canonical_path: String,
}Fields§
§rel_path: String§full_canonical_path: StringAuto Trait Implementations§
impl RefUnwindSafe for FileEntry
impl Send for FileEntry
impl Sync for FileEntry
impl Unpin 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