pub struct DemonstrativeExample {
pub demonstrative_example_id: Option<String>,
pub children: Vec<DemonstrativeExampleChild>,
}Fields§
§demonstrative_example_id: Option<String>§children: Vec<DemonstrativeExampleChild>Trait Implementations§
Source§impl Debug for DemonstrativeExample
impl Debug for DemonstrativeExample
Source§impl<'de> Deserialize<'de> for DemonstrativeExample
impl<'de> Deserialize<'de> for DemonstrativeExample
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 DemonstrativeExample
impl RefUnwindSafe for DemonstrativeExample
impl Send for DemonstrativeExample
impl Sync for DemonstrativeExample
impl Unpin for DemonstrativeExample
impl UnwindSafe for DemonstrativeExample
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