pub struct YamlMappingEntryNode {
pub span: SourceSpan,
pub key: YamlKeyNode,
pub value: YamlValueNode,
}Fields§
§span: SourceSpan§key: YamlKeyNode§value: YamlValueNodeTrait Implementations§
Source§impl Clone for YamlMappingEntryNode
impl Clone for YamlMappingEntryNode
Source§fn clone(&self) -> YamlMappingEntryNode
fn clone(&self) -> YamlMappingEntryNode
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 YamlMappingEntryNode
impl RefUnwindSafe for YamlMappingEntryNode
impl Send for YamlMappingEntryNode
impl Sync for YamlMappingEntryNode
impl Unpin for YamlMappingEntryNode
impl UnsafeUnpin for YamlMappingEntryNode
impl UnwindSafe for YamlMappingEntryNode
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