pub struct FileLayer {
pub source_dir: PathBuf,
pub origin_source: String,
pub priority: u32,
}Fields§
§source_dir: PathBuf§origin_source: String§priority: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileLayer
impl RefUnwindSafe for FileLayer
impl Send for FileLayer
impl Sync for FileLayer
impl Unpin for FileLayer
impl UnsafeUnpin for FileLayer
impl UnwindSafe for FileLayer
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