Struct feed_rs::entry::Link
[−]
[src]
pub struct Link { pub href: String, pub mime_type: String, pub length: Option<i64>, }
Fields
href: String
mime_type: String
length: Option<i64>
Methods
impl Link
[src]
fn new(mime_type: &str, href: String) -> Link
fn enc(mime_type: String, length: i64, href: String) -> Link
Trait Implementations
impl Debug for Link
[src]
impl Clone for Link
[src]
fn clone(&self) -> Link
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