pub struct LoadDirective {
pub path: String,
}Expand description
Load directive for multi-file module system
Represents a #load directive that imports another .fsx file. Example: #load “utils.fsx”
Fields§
§path: StringPath to the file to load
Trait Implementations§
Source§impl Clone for LoadDirective
impl Clone for LoadDirective
Source§fn clone(&self) -> LoadDirective
fn clone(&self) -> LoadDirective
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoadDirective
impl Debug for LoadDirective
Source§impl Display for LoadDirective
impl Display for LoadDirective
Source§impl PartialEq for LoadDirective
impl PartialEq for LoadDirective
impl StructuralPartialEq for LoadDirective
Auto Trait Implementations§
impl Freeze for LoadDirective
impl RefUnwindSafe for LoadDirective
impl Send for LoadDirective
impl Sync for LoadDirective
impl Unpin for LoadDirective
impl UnwindSafe for LoadDirective
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)