pub struct RustdocConfig {
pub crate_name: String,
pub source_dir: String,
pub output_dir: String,
pub features: Vec<String>,
}Expand description
Rustdoc generation configuration
Fields§
§crate_name: String§source_dir: String§output_dir: String§features: Vec<String>Implementations§
Source§impl RustdocConfig
impl RustdocConfig
pub fn new(crate_name: &str, source_dir: &str) -> Self
pub fn build_command(&self) -> String
Trait Implementations§
Source§impl Clone for RustdocConfig
impl Clone for RustdocConfig
Source§fn clone(&self) -> RustdocConfig
fn clone(&self) -> RustdocConfig
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 moreAuto Trait Implementations§
impl Freeze for RustdocConfig
impl RefUnwindSafe for RustdocConfig
impl Send for RustdocConfig
impl Sync for RustdocConfig
impl Unpin for RustdocConfig
impl UnwindSafe for RustdocConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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)