pub struct GenerateTimestampArray {
pub start: Option<Box<Expression>>,
pub end: Option<Box<Expression>>,
pub step: Option<Box<Expression>>,
}Expand description
GenerateTimestampArray
Fields§
§start: Option<Box<Expression>>§end: Option<Box<Expression>>§step: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for GenerateTimestampArray
impl Clone for GenerateTimestampArray
Source§fn clone(&self) -> GenerateTimestampArray
fn clone(&self) -> GenerateTimestampArray
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 GenerateTimestampArray
impl Debug for GenerateTimestampArray
Source§impl<'de> Deserialize<'de> for GenerateTimestampArray
impl<'de> Deserialize<'de> for GenerateTimestampArray
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 GenerateTimestampArray
impl PartialEq for GenerateTimestampArray
Source§impl Serialize for GenerateTimestampArray
impl Serialize for GenerateTimestampArray
impl StructuralPartialEq for GenerateTimestampArray
Auto Trait Implementations§
impl Freeze for GenerateTimestampArray
impl RefUnwindSafe for GenerateTimestampArray
impl Send for GenerateTimestampArray
impl Sync for GenerateTimestampArray
impl Unpin for GenerateTimestampArray
impl UnwindSafe for GenerateTimestampArray
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