Struct okane_core::repl::IncludeFile
source · pub struct IncludeFile(/* private fields */);Expand description
“include” directive, taking a path as an argument. Path can be a relative path or an absolute path.
Trait Implementations§
source§impl Debug for IncludeFile
impl Debug for IncludeFile
source§impl Display for IncludeFile
impl Display for IncludeFile
source§impl PartialEq for IncludeFile
impl PartialEq for IncludeFile
source§fn eq(&self, other: &IncludeFile) -> bool
fn eq(&self, other: &IncludeFile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IncludeFile
impl StructuralEq for IncludeFile
impl StructuralPartialEq for IncludeFile
Auto Trait Implementations§
impl RefUnwindSafe for IncludeFile
impl Send for IncludeFile
impl Sync for IncludeFile
impl Unpin for IncludeFile
impl UnwindSafe for IncludeFile
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