pub enum IncludedExcluded {
Included,
Excluded,
}Expand description
Whether or not the weekdays counted were part of an included or excluded filter.
Variants§
Trait Implementations§
Source§impl Debug for IncludedExcluded
impl Debug for IncludedExcluded
Source§impl<'de> Deserialize<'de> for IncludedExcluded
impl<'de> Deserialize<'de> for IncludedExcluded
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 IncludedExcluded
impl RefUnwindSafe for IncludedExcluded
impl Send for IncludedExcluded
impl Sync for IncludedExcluded
impl Unpin for IncludedExcluded
impl UnwindSafe for IncludedExcluded
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