#[repr(C)]pub enum ContentSpec {
Empty,
Any,
Mixed(Rc<ElementContent>),
Children(Rc<ElementContent>),
}Expand description
contentspec of a Element Type Declaration.
Variants§
Trait Implementations§
Source§impl Clone for ContentSpec
impl Clone for ContentSpec
Source§fn clone(&self) -> ContentSpec
fn clone(&self) -> ContentSpec
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 moreAuto Trait Implementations§
impl Freeze for ContentSpec
impl !RefUnwindSafe for ContentSpec
impl !Send for ContentSpec
impl !Sync for ContentSpec
impl Unpin for ContentSpec
impl !UnwindSafe for ContentSpec
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