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