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