Struct fapt_pkg::classic_sources_list::Entry
[−]
[src]
pub struct Entry { pub src: bool, pub url: String, pub suite_codename: String, pub components: Vec<String>, pub arch: Option<String>, }
Fields
src: bool
url: String
suite_codename: String
components: Vec<String>
arch: Option<String>
Trait Implementations
impl Debug for Entry
[src]
impl PartialEq for Entry
[src]
fn eq(&self, __arg_0: &Entry) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Entry) -> bool
[src]
This method tests for !=
.