struct RustbookSrc<P: CommandLineStep> {
target: TargetSelection,
name: String,
src: PathBuf,
parent: Option<P>,
languages: Vec<&'static str>,
build_compiler: Option<Compiler>,
}Fields§
§target: TargetSelection§name: String§src: PathBuf§parent: Option<P>§languages: Vec<&'static str>§build_compiler: Option<Compiler>Compiler whose rustdoc should be used to document things using mdbook-spec.
Trait Implementations§
Source§impl<P: Clone + CommandLineStep> Clone for RustbookSrc<P>
impl<P: Clone + CommandLineStep> Clone for RustbookSrc<P>
Source§fn clone(&self) -> RustbookSrc<P>
fn clone(&self) -> RustbookSrc<P>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<P: Debug + CommandLineStep> Debug for RustbookSrc<P>
impl<P: Debug + CommandLineStep> Debug for RustbookSrc<P>
impl<P: Eq + CommandLineStep> Eq for RustbookSrc<P>
Source§impl<P: Hash + CommandLineStep> Hash for RustbookSrc<P>
impl<P: Hash + CommandLineStep> Hash for RustbookSrc<P>
Source§impl<P: PartialEq + CommandLineStep> PartialEq for RustbookSrc<P>
impl<P: PartialEq + CommandLineStep> PartialEq for RustbookSrc<P>
Source§impl<P: CommandLineStep> Step for RustbookSrc<P>
impl<P: CommandLineStep> Step for RustbookSrc<P>
impl<P: PartialEq + CommandLineStep> StructuralPartialEq for RustbookSrc<P>
Auto Trait Implementations§
impl<P> Freeze for RustbookSrc<P>where
P: Freeze,
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> UnsafeUnpin for RustbookSrc<P>where
P: UnsafeUnpin,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
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.