pub struct Vendor {
pub name: String,
pub bugs: Url,
pub url: Url,
}Expand description
Information about a distribution vendor
Fields§
§name: StringThe name of the vendor (e.g. “Debian”, “Ubuntu”)
bugs: UrlThe URL of the bug tracker (e.g. “https://bugs.debian.org/”)
url: UrlThe homepage of the vendor (e.g. “https://www.debian.org/”)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vendor
impl RefUnwindSafe for Vendor
impl Send for Vendor
impl Sync for Vendor
impl Unpin for Vendor
impl UnwindSafe for Vendor
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more