pub struct WidgetsVersionedList {
pub e_tag: Vec<String>,
pub widgets: Vec<Widget>,
}Expand description
Wrapper class to support HTTP header generation using CreateResponse, ClientHeaderParameter and ClientResponseType in WidgetV2Controller
Fields§
§e_tag: Vec<String>§widgets: Vec<Widget>Implementations§
Trait Implementations§
source§impl Clone for WidgetsVersionedList
impl Clone for WidgetsVersionedList
source§fn clone(&self) -> WidgetsVersionedList
fn clone(&self) -> WidgetsVersionedList
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 WidgetsVersionedList
impl Debug for WidgetsVersionedList
source§impl Default for WidgetsVersionedList
impl Default for WidgetsVersionedList
source§fn default() -> WidgetsVersionedList
fn default() -> WidgetsVersionedList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WidgetsVersionedList
impl<'de> Deserialize<'de> for WidgetsVersionedList
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<WidgetsVersionedList> for WidgetsVersionedList
impl PartialEq<WidgetsVersionedList> for WidgetsVersionedList
source§fn eq(&self, other: &WidgetsVersionedList) -> bool
fn eq(&self, other: &WidgetsVersionedList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.