pub struct RunscriptInclude {
pub runscript: Runscript,
pub location: RunscriptLocation,
}
Expand description
The script and source location of an included runscript
Fields§
§runscript: Runscript
§location: RunscriptLocation
Where the include statement is in the runscript which is including the other
Trait Implementations§
Source§impl Clone for RunscriptInclude
impl Clone for RunscriptInclude
Source§fn clone(&self) -> RunscriptInclude
fn clone(&self) -> RunscriptInclude
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 RunscriptInclude
impl RefUnwindSafe for RunscriptInclude
impl Send for RunscriptInclude
impl Sync for RunscriptInclude
impl Unpin for RunscriptInclude
impl UnwindSafe for RunscriptInclude
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