pub struct FloorFunc {
pub this: Expression,
pub scale: Option<Expression>,
pub to: Option<Expression>,
}Expand description
FLOOR function with optional scale and time unit (Druid: FLOOR(time TO unit))
Fields§
§this: Expression§scale: Option<Expression>§to: Option<Expression>Time unit for Druid-style FLOOR(time TO unit) syntax
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FloorFunc
impl<'de> Deserialize<'de> for FloorFunc
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 FloorFunc
Auto Trait Implementations§
impl Freeze for FloorFunc
impl RefUnwindSafe for FloorFunc
impl Send for FloorFunc
impl Sync for FloorFunc
impl Unpin for FloorFunc
impl UnwindSafe for FloorFunc
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