pub enum SLADayCountType {
All,
OnlyBusinessDays,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for SLADayCountType
impl Clone for SLADayCountType
Source§fn clone(&self) -> SLADayCountType
fn clone(&self) -> SLADayCountType
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 SLADayCountType
impl Debug for SLADayCountType
Source§impl<'de> Deserialize<'de> for SLADayCountType
impl<'de> Deserialize<'de> for SLADayCountType
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
Source§impl PartialEq for SLADayCountType
impl PartialEq for SLADayCountType
Source§impl Serialize for SLADayCountType
impl Serialize for SLADayCountType
impl Eq for SLADayCountType
impl StructuralPartialEq for SLADayCountType
Auto Trait Implementations§
impl Freeze for SLADayCountType
impl RefUnwindSafe for SLADayCountType
impl Send for SLADayCountType
impl Sync for SLADayCountType
impl Unpin for SLADayCountType
impl UnwindSafe for SLADayCountType
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