pub struct Rendered {
pub text: String,
pub unset_env: Vec<UnsetEnv>,
}Expand description
A document with its tags rendered.
Fields§
§text: String§unset_env: Vec<UnsetEnv>Each <%= process.env.VAR %> whose variable could not be substituted: unset with no default,
or set to a value that is not valid Unicode.
Trait Implementations§
impl Eq for Rendered
impl StructuralPartialEq for Rendered
Auto Trait Implementations§
impl Freeze for Rendered
impl RefUnwindSafe for Rendered
impl Send for Rendered
impl Sync for Rendered
impl Unpin for Rendered
impl UnsafeUnpin for Rendered
impl UnwindSafe for Rendered
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