pub struct DocProjectSettings {
pub action_button: DocProjectActionButton,
pub font: DocProjectFont,
pub metadata: DocProjectMetadata,
pub template: DocProjectTemplate,
pub theme_vars: DocProjectThemeVars,
}Expand description
DocProjectSettings
Fields§
§font: DocProjectFont§metadata: DocProjectMetadata§template: DocProjectTemplate§theme_vars: DocProjectThemeVarsTrait Implementations§
Source§impl Clone for DocProjectSettings
impl Clone for DocProjectSettings
Source§fn clone(&self) -> DocProjectSettings
fn clone(&self) -> DocProjectSettings
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 moreSource§impl Debug for DocProjectSettings
impl Debug for DocProjectSettings
Source§impl Default for DocProjectSettings
impl Default for DocProjectSettings
Source§fn default() -> DocProjectSettings
fn default() -> DocProjectSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DocProjectSettings
impl<'de> Deserialize<'de> for DocProjectSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DocProjectSettings
impl RefUnwindSafe for DocProjectSettings
impl Send for DocProjectSettings
impl Sync for DocProjectSettings
impl Unpin for DocProjectSettings
impl UnsafeUnpin for DocProjectSettings
impl UnwindSafe for DocProjectSettings
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