pub struct DataStreamTimestampField {
pub name: String,
}Fields§
§name: StringThe path to a field or an array of paths. Some APIs support wildcards in the path, which allows you to select multiple fields.
Implementations§
Source§impl DataStreamTimestampField
impl DataStreamTimestampField
pub fn new(name: String) -> DataStreamTimestampField
Trait Implementations§
Source§impl Clone for DataStreamTimestampField
impl Clone for DataStreamTimestampField
Source§fn clone(&self) -> DataStreamTimestampField
fn clone(&self) -> DataStreamTimestampField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DataStreamTimestampField
impl Debug for DataStreamTimestampField
Source§impl Default for DataStreamTimestampField
impl Default for DataStreamTimestampField
Source§fn default() -> DataStreamTimestampField
fn default() -> DataStreamTimestampField
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataStreamTimestampField
impl<'de> Deserialize<'de> for DataStreamTimestampField
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 DataStreamTimestampField
impl PartialEq for DataStreamTimestampField
Source§fn eq(&self, other: &DataStreamTimestampField) -> bool
fn eq(&self, other: &DataStreamTimestampField) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DataStreamTimestampField
impl Serialize for DataStreamTimestampField
impl StructuralPartialEq for DataStreamTimestampField
Auto Trait Implementations§
impl Freeze for DataStreamTimestampField
impl RefUnwindSafe for DataStreamTimestampField
impl Send for DataStreamTimestampField
impl Sync for DataStreamTimestampField
impl Unpin for DataStreamTimestampField
impl UnsafeUnpin for DataStreamTimestampField
impl UnwindSafe for DataStreamTimestampField
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