pub enum UnknownChild {
Block(Block),
Inline(Inline),
}Variants§
Trait Implementations§
Source§impl Clone for UnknownChild
impl Clone for UnknownChild
Source§fn clone(&self) -> UnknownChild
fn clone(&self) -> UnknownChild
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 UnknownChild
impl Debug for UnknownChild
Source§impl<'de> Deserialize<'de> for UnknownChild
impl<'de> Deserialize<'de> for UnknownChild
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 UnknownChild
impl PartialEq for UnknownChild
Source§impl Serialize for UnknownChild
impl Serialize for UnknownChild
impl StructuralPartialEq for UnknownChild
Auto Trait Implementations§
impl Freeze for UnknownChild
impl RefUnwindSafe for UnknownChild
impl Send for UnknownChild
impl Sync for UnknownChild
impl Unpin for UnknownChild
impl UnsafeUnpin for UnknownChild
impl UnwindSafe for UnknownChild
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