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 for WidgetsVersionedList
 
impl PartialEq 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 ==.source§impl Serialize for WidgetsVersionedList
 
impl Serialize for WidgetsVersionedList
impl StructuralPartialEq for WidgetsVersionedList
Auto Trait Implementations§
impl RefUnwindSafe for WidgetsVersionedList
impl Send for WidgetsVersionedList
impl Sync for WidgetsVersionedList
impl Unpin for WidgetsVersionedList
impl UnwindSafe for WidgetsVersionedList
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