pub struct GWLiveData {
pub elements: Vec<Element>,
}Fields§
§elements: Vec<Element>Trait Implementations§
Source§impl Clone for GWLiveData
impl Clone for GWLiveData
Source§fn clone(&self) -> GWLiveData
fn clone(&self) -> GWLiveData
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 GWLiveData
impl Debug for GWLiveData
Source§impl Default for GWLiveData
impl Default for GWLiveData
Source§fn default() -> GWLiveData
fn default() -> GWLiveData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GWLiveData
impl<'de> Deserialize<'de> for GWLiveData
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 GWLiveData
impl PartialEq for GWLiveData
Source§impl Serialize for GWLiveData
impl Serialize for GWLiveData
impl StructuralPartialEq for GWLiveData
Auto Trait Implementations§
impl Freeze for GWLiveData
impl RefUnwindSafe for GWLiveData
impl Send for GWLiveData
impl Sync for GWLiveData
impl Unpin for GWLiveData
impl UnwindSafe for GWLiveData
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