pub struct ContextFile {
pub filename: &'static str,
pub dir: &'static str,
pub content: &'static str,
}Expand description
Context file definition
Fields§
§filename: &'static str§dir: &'static str§content: &'static strAuto Trait Implementations§
impl Freeze for ContextFile
impl RefUnwindSafe for ContextFile
impl Send for ContextFile
impl Sync for ContextFile
impl Unpin for ContextFile
impl UnsafeUnpin for ContextFile
impl UnwindSafe for ContextFile
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