pub struct YamlDoubleQuotedScalarNode {
pub span: SourceSpan,
pub chunks: Vec<YamlChunk>,
}Fields§
§span: SourceSpan§chunks: Vec<YamlChunk>Trait Implementations§
Source§impl Clone for YamlDoubleQuotedScalarNode
impl Clone for YamlDoubleQuotedScalarNode
Source§fn clone(&self) -> YamlDoubleQuotedScalarNode
fn clone(&self) -> YamlDoubleQuotedScalarNode
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 YamlDoubleQuotedScalarNode
impl RefUnwindSafe for YamlDoubleQuotedScalarNode
impl Send for YamlDoubleQuotedScalarNode
impl Sync for YamlDoubleQuotedScalarNode
impl Unpin for YamlDoubleQuotedScalarNode
impl UnsafeUnpin for YamlDoubleQuotedScalarNode
impl UnwindSafe for YamlDoubleQuotedScalarNode
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