pub struct TimeSlice {
pub this: Box<Expression>,
pub expression: Box<Expression>,
pub unit: String,
pub kind: Option<String>,
}Expand description
TimeSlice
Fields§
§this: Box<Expression>§expression: Box<Expression>§unit: String§kind: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TimeSlice
impl<'de> Deserialize<'de> for TimeSlice
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 StructuralPartialEq for TimeSlice
Auto Trait Implementations§
impl Freeze for TimeSlice
impl RefUnwindSafe for TimeSlice
impl Send for TimeSlice
impl Sync for TimeSlice
impl Unpin for TimeSlice
impl UnwindSafe for TimeSlice
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