Struct parse_zoneinfo::line::Link
[−]
[src]
pub struct Link<'a> {
pub existing: &'a str,
pub new: &'a str,
}Fields
existing: &'a str
new: &'a str
Trait Implementations
impl<'a> PartialEq for Link<'a>[src]
fn eq(&self, __arg_0: &Link<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Link<'a>) -> bool
This method tests for !=.
impl<'a> Debug for Link<'a>[src]
impl<'a> Copy for Link<'a>[src]
impl<'a> Clone for Link<'a>[src]
fn clone(&self) -> Link<'a>
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