Struct fez::RPMFileEntry
source · [−]pub struct RPMFileEntry { /* private fields */ }Expand description
Describes a file present in the rpm file.
Auto Trait Implementations
impl RefUnwindSafe for RPMFileEntry
impl Send for RPMFileEntry
impl Sync for RPMFileEntry
impl Unpin for RPMFileEntry
impl UnwindSafe for RPMFileEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more