Struct rocket_dyn_templates::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§fn default() -> StringOutput
fn default() -> StringOutput
Returns the “default value” for a type. Read more
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§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where A: Array<Item = T>,
Converts
self
into a collection.