pub struct DataSetInput {
pub tags: Vec<KeyValue>,
pub dataset: DataSet,
}Fields§
§dataset: DataSetImplementations§
Trait Implementations§
Source§impl Clone for DataSetInput
impl Clone for DataSetInput
Source§fn clone(&self) -> DataSetInput
fn clone(&self) -> DataSetInput
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 DataSetInput
impl Debug for DataSetInput
Source§impl<'de> Deserialize<'de> for DataSetInput
impl<'de> Deserialize<'de> for DataSetInput
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 DataSetInput
impl PartialEq for DataSetInput
Source§impl Serialize for DataSetInput
impl Serialize for DataSetInput
impl StructuralPartialEq for DataSetInput
Auto Trait Implementations§
impl Freeze for DataSetInput
impl RefUnwindSafe for DataSetInput
impl Send for DataSetInput
impl Sync for DataSetInput
impl Unpin for DataSetInput
impl UnwindSafe for DataSetInput
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