pub struct SiteProcessingSettingsHtml {
pub pretty_urls: Option<bool>,
}
Fields§
§pretty_urls: Option<bool>
Implementations§
Source§impl SiteProcessingSettingsHtml
impl SiteProcessingSettingsHtml
pub fn new() -> SiteProcessingSettingsHtml
Trait Implementations§
Source§impl Clone for SiteProcessingSettingsHtml
impl Clone for SiteProcessingSettingsHtml
Source§fn clone(&self) -> SiteProcessingSettingsHtml
fn clone(&self) -> SiteProcessingSettingsHtml
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 SiteProcessingSettingsHtml
impl Debug for SiteProcessingSettingsHtml
Source§impl<'de> Deserialize<'de> for SiteProcessingSettingsHtml
impl<'de> Deserialize<'de> for SiteProcessingSettingsHtml
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
impl StructuralPartialEq for SiteProcessingSettingsHtml
Auto Trait Implementations§
impl Freeze for SiteProcessingSettingsHtml
impl RefUnwindSafe for SiteProcessingSettingsHtml
impl Send for SiteProcessingSettingsHtml
impl Sync for SiteProcessingSettingsHtml
impl Unpin for SiteProcessingSettingsHtml
impl UnwindSafe for SiteProcessingSettingsHtml
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