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