pub struct OverlayFile {
pub overlays_def: Vec<OverlayDef>,
pub meta: HashMap<String, String>,
}Fields§
§overlays_def: Vec<OverlayDef>§meta: HashMap<String, String>Implementations§
Source§impl OverlayFile
impl OverlayFile
Trait Implementations§
Source§impl Clone for OverlayFile
impl Clone for OverlayFile
Source§fn clone(&self) -> OverlayFile
fn clone(&self) -> OverlayFile
Returns a duplicate of the value. Read more
1.0.0 · 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 OverlayFile
impl Debug for OverlayFile
Auto Trait Implementations§
impl Freeze for OverlayFile
impl RefUnwindSafe for OverlayFile
impl Send for OverlayFile
impl Sync for OverlayFile
impl Unpin for OverlayFile
impl UnsafeUnpin for OverlayFile
impl UnwindSafe for OverlayFile
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