pub enum SitemapFormat {
Xml,
Text,
}
Variants§
Implementations§
Source§impl SitemapFormat
impl SitemapFormat
pub fn from_str(_string: &str) -> ServerResult<Self>
pub fn from_str_must(_string: &str) -> Self
Auto Trait Implementations§
impl Freeze for SitemapFormat
impl RefUnwindSafe for SitemapFormat
impl Send for SitemapFormat
impl Sync for SitemapFormat
impl Unpin for SitemapFormat
impl UnwindSafe for SitemapFormat
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