Struct bootstrap::doc::RustbookSrc
source · struct RustbookSrc<P: Step> {
target: TargetSelection,
name: Interned<String>,
src: Interned<PathBuf>,
parent: Option<P>,
}
Fields§
§target: TargetSelection
§name: Interned<String>
§src: Interned<PathBuf>
§parent: Option<P>
Trait Implementations§
source§impl<P: Clone + Step> Clone for RustbookSrc<P>
impl<P: Clone + Step> Clone for RustbookSrc<P>
source§fn clone(&self) -> RustbookSrc<P>
fn clone(&self) -> RustbookSrc<P>
Returns a copy 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 moresource§impl<P: PartialEq + Step> PartialEq<RustbookSrc<P>> for RustbookSrc<P>
impl<P: PartialEq + Step> PartialEq<RustbookSrc<P>> for RustbookSrc<P>
source§fn eq(&self, other: &RustbookSrc<P>) -> bool
fn eq(&self, other: &RustbookSrc<P>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<P: Step> Step for RustbookSrc<P>
impl<P: Step> Step for RustbookSrc<P>
source§fn run(self, builder: &Builder<'_>)
fn run(self, builder: &Builder<'_>)
Invoke rustbook
for target
for the doc book name
from the src
path.
This will not actually generate any documentation if the documentation has already been generated.
§type Output = ()
type Output = ()
PathBuf
when directories are created or to return a Compiler
once
it’s been assembled.source§fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_>
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_>
When bootstrap is passed a set of paths, this controls whether this rule
will execute. However, it does not get called in a “default” context
when we are not passed any paths; in that case,
make_run
is called
directly.source§const DEFAULT: bool = false
const DEFAULT: bool = false
Whether this step is run by default as part of its respective phase.
true
here can still be overwritten by should_run
calling default_condition
.source§const ONLY_HOSTS: bool = false
const ONLY_HOSTS: bool = false
If true, then this rule should be skipped if –target was specified, but –host was not
impl<P: Copy + Step> Copy for RustbookSrc<P>
impl<P: Eq + Step> Eq for RustbookSrc<P>
impl<P: Step> StructuralEq for RustbookSrc<P>
impl<P: Step> StructuralPartialEq for RustbookSrc<P>
Auto Trait Implementations§
impl<P> RefUnwindSafe for RustbookSrc<P>where P: RefUnwindSafe,
impl<P> Send for RustbookSrc<P>where P: Send,
impl<P> Sync for RustbookSrc<P>where P: Sync,
impl<P> Unpin for RustbookSrc<P>where P: Unpin,
impl<P> UnwindSafe for RustbookSrc<P>where P: UnwindSafe,
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
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.