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
[src]
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
[src]
This method tests for !=
.