pub enum SitemapFrequency {
Always,
Hourly,
Daily,
Weekly,
Monthly,
Yearly,
Never,
}
Variants§
Implementations§
Source§impl SitemapFrequency
impl SitemapFrequency
pub fn from_str(_string: &str) -> ServerResult<Option<Self>>
pub fn from_str_must(_string: &str) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SitemapFrequency
impl RefUnwindSafe for SitemapFrequency
impl Send for SitemapFrequency
impl Sync for SitemapFrequency
impl Unpin for SitemapFrequency
impl UnwindSafe for SitemapFrequency
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