pub struct ColData {
pub attributes: Option<Attributes>,
pub value: Option<String>,
pub id: Option<String>,
pub href: Option<String>,
}Expand description
Corresponds to the ColData.
Fields§
§attributes: Option<Attributes>Nested Attributes element
value: Option<String>§id: Option<String>§href: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ColData
impl<'de> Deserialize<'de> for ColData
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 ColData
impl RefUnwindSafe for ColData
impl Send for ColData
impl Sync for ColData
impl Unpin for ColData
impl UnwindSafe for ColData
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