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