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