Struct handlebars::StringOutput
source · pub struct StringOutput { /* private fields */ }
Implementations§
source§impl StringOutput
impl StringOutput
pub fn new() -> StringOutput
pub fn into_string(self) -> Result<String, FromUtf8Error>
Trait Implementations§
source§impl Default for StringOutput
impl Default for StringOutput
source§impl Output for StringOutput
impl Output for StringOutput
Auto Trait Implementations§
impl RefUnwindSafe for StringOutput
impl Send for StringOutput
impl Sync for StringOutput
impl Unpin for StringOutput
impl UnwindSafe for StringOutput
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