pub enum WeekType {
All,
Odd,
Even,
}
Expand description
周启用类型
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WeekType
impl<'de> Deserialize<'de> for WeekType
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 Copy for WeekType
impl StructuralPartialEq for WeekType
Auto Trait Implementations§
impl Freeze for WeekType
impl RefUnwindSafe for WeekType
impl Send for WeekType
impl Sync for WeekType
impl Unpin for WeekType
impl UnwindSafe for WeekType
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