pub struct YumProgram {
pub name: String,
pub core_type: String,
pub version: String,
pub release: String,
pub repository: String,
pub from_repo: String,
pub size: String,
pub source: String,
pub summary: String,
pub url: String,
pub license: String,
pub description: String,
}Fields§
§name: String§core_type: String§version: String§release: String§repository: String§from_repo: String§size: String§source: String§summary: String§url: String§license: String§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for YumProgram
impl RefUnwindSafe for YumProgram
impl Send for YumProgram
impl Sync for YumProgram
impl Unpin for YumProgram
impl UnwindSafe for YumProgram
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more