Struct gazetta_core::view::Content [] [src]

pub struct Content<'a> {
    pub data: &'a str,
    pub format: &'a str,
}

Fields

Trait Implementations

impl<'a> Copy for Content<'a>
[src]

impl<'a> Clone for Content<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Content<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Content<'a>

impl<'a> Sync for Content<'a>