pub enum YamlChunk {
Text(YamlTextChunkNode),
Interpolation(YamlInterpolationNode),
}Variants§
Text(YamlTextChunkNode)
Interpolation(YamlInterpolationNode)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YamlChunk
impl RefUnwindSafe for YamlChunk
impl Send for YamlChunk
impl Sync for YamlChunk
impl Unpin for YamlChunk
impl UnsafeUnpin for YamlChunk
impl UnwindSafe for YamlChunk
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