pub enum InlineObjectNode {
DecoratorChain(DecoratorChainNode),
InlineConstructor(InlineConstructorNode),
Text(TextNode),
}Variants§
Trait Implementations§
Source§impl Clone for InlineObjectNode
impl Clone for InlineObjectNode
Source§fn clone(&self) -> InlineObjectNode
fn clone(&self) -> InlineObjectNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InlineObjectNode
impl Debug for InlineObjectNode
Source§impl Display for InlineObjectNode
impl Display for InlineObjectNode
Auto Trait Implementations§
impl Freeze for InlineObjectNode
impl RefUnwindSafe for InlineObjectNode
impl Send for InlineObjectNode
impl Sync for InlineObjectNode
impl Unpin for InlineObjectNode
impl UnsafeUnpin for InlineObjectNode
impl UnwindSafe for InlineObjectNode
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