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