pub struct Residual {
pub snippet: String,
}Expand description
A residual {{ … }} delimiter pair found in finished manifest text.
Returned by [find_unrendered]; the snippet is already secret-redacted
(see assert_no_unrendered) so it is safe to surface in logs or errors.
Fields§
§snippet: StringThe offending {{ … }} substring (redacted), bounded so a runaway
open-delimiter cannot dump the whole manifest into a log line.
Trait Implementations§
impl Eq for Residual
impl StructuralPartialEq for Residual
Auto Trait Implementations§
impl Freeze for Residual
impl RefUnwindSafe for Residual
impl Send for Residual
impl Sync for Residual
impl Unpin for Residual
impl UnsafeUnpin for Residual
impl UnwindSafe for Residual
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.