pub struct ColDataCollection {
pub col_data: Option<Vec<ColData>>,
}Expand description
Represents a collection of ColData elements.
Fields§
§col_data: Option<Vec<ColData>>Trait Implementations§
Source§impl Debug for ColDataCollection
impl Debug for ColDataCollection
Source§impl<'de> Deserialize<'de> for ColDataCollection
impl<'de> Deserialize<'de> for ColDataCollection
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
Auto Trait Implementations§
impl Freeze for ColDataCollection
impl RefUnwindSafe for ColDataCollection
impl Send for ColDataCollection
impl Sync for ColDataCollection
impl Unpin for ColDataCollection
impl UnwindSafe for ColDataCollection
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