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