pub struct DocsUrlGenerator {
default_url: Option<String>,
base_urls: HashMap<String, String>,
}
Fields§
§default_url: Option<String>
§base_urls: HashMap<String, String>
Implementations§
Trait Implementations§
source§impl Default for DocsUrlGenerator
impl Default for DocsUrlGenerator
source§fn default() -> DocsUrlGenerator
fn default() -> DocsUrlGenerator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DocsUrlGenerator
impl RefUnwindSafe for DocsUrlGenerator
impl Send for DocsUrlGenerator
impl Sync for DocsUrlGenerator
impl Unpin for DocsUrlGenerator
impl UnwindSafe for DocsUrlGenerator
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