Enum SerdeRotation
enum SerdeRotation {
Minutely,
Hourly,
Daily,
Never,
}Available on crate feature
file only.Expand description
Serde helper for [Rotation].
Variants§
Trait Implementations§
§impl Debug for SerdeRotation
impl Debug for SerdeRotation
§impl Default for SerdeRotation
impl Default for SerdeRotation
§fn default() -> SerdeRotation
fn default() -> SerdeRotation
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for SerdeRotation
impl<'de> Deserialize<'de> for SerdeRotation
§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 SerdeRotation
impl RefUnwindSafe for SerdeRotation
impl Send for SerdeRotation
impl Sync for SerdeRotation
impl Unpin for SerdeRotation
impl UnwindSafe for SerdeRotation
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