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