Struct gazetta_core::view::Content
[−]
[src]
pub struct Content<'a> { pub data: &'a str, pub format: &'a str, }
Fields
data: &'a str
format: &'a str
Trait Implementations
impl<'a> Copy for Content<'a>
[src]
impl<'a> Clone for Content<'a>
[src]
fn clone(&self) -> Content<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more