pub struct MappingStart {
pub anchor: Option<Anchor>,
pub tag: Option<Tag>,
}
Expand description
Represents the start of a mapping in a YAML document.
Fields§
§anchor: Option<Anchor>
The anchor associated with the mapping.
tag: Option<Tag>
The tag associated with the mapping.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MappingStart
impl RefUnwindSafe for MappingStart
impl Send for MappingStart
impl Sync for MappingStart
impl Unpin for MappingStart
impl UnwindSafe for MappingStart
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