pub struct IncludedFile {
pub path: PathBuf,
pub elements: Vec<ConfigElement>,
}Expand description
A file resolved from an Include directive.
Fields§
§path: PathBuf§elements: Vec<ConfigElement>Trait Implementations§
Source§impl Clone for IncludedFile
impl Clone for IncludedFile
Source§fn clone(&self) -> IncludedFile
fn clone(&self) -> IncludedFile
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 moreAuto Trait Implementations§
impl Freeze for IncludedFile
impl RefUnwindSafe for IncludedFile
impl Send for IncludedFile
impl Sync for IncludedFile
impl Unpin for IncludedFile
impl UnsafeUnpin for IncludedFile
impl UnwindSafe for IncludedFile
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