Struct eva_common::common_payloads::ParamsIdListOwned
source · pub struct ParamsIdListOwned {
pub i: Vec<String>,
}Fields§
§i: Vec<String>Trait Implementations§
source§impl Clone for ParamsIdListOwned
impl Clone for ParamsIdListOwned
source§fn clone(&self) -> ParamsIdListOwned
fn clone(&self) -> ParamsIdListOwned
Returns a copy 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 ParamsIdListOwned
impl Debug for ParamsIdListOwned
source§impl Default for ParamsIdListOwned
impl Default for ParamsIdListOwned
source§fn default() -> ParamsIdListOwned
fn default() -> ParamsIdListOwned
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ParamsIdListOwned
impl<'de> Deserialize<'de> for ParamsIdListOwned
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