pub struct Splice {
pub values_path: String,
pub kind: ValueKind,
pub meta: SpliceMeta,
}Expand description
A .Values path rendered at a fragment position.
Fields§
§values_path: StringThe dotted .Values path (never empty).
kind: ValueKindWhether the path renders a whole scalar, part of a scalar, or a YAML fragment at this position.
meta: SpliceMetaRender-site semantics carried with the splice.
Implementations§
Trait Implementations§
impl Eq for Splice
impl StructuralPartialEq for Splice
Auto Trait Implementations§
impl !Send for Splice
impl !Sync for Splice
impl Freeze for Splice
impl RefUnwindSafe for Splice
impl Unpin for Splice
impl UnsafeUnpin for Splice
impl UnwindSafe for Splice
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.