Struct twig::template::raw::Raw
[−]
[src]
pub struct Raw { pub code: String, // some fields omitted }
Fields
code: String
Methods
impl Raw
[src]
Trait Implementations
impl Default for Raw
[src]
impl Clone for Raw
[src]
fn clone(&self) -> Raw
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more