pub struct BottleInfo {
pub name: String,
pub bottle_path: PathBuf,
}Expand description
Information about a bottle to extract
Fields§
§name: StringPackage name
bottle_path: PathBufPath to the downloaded bottle tarball
Trait Implementations§
Source§impl Clone for BottleInfo
impl Clone for BottleInfo
Source§fn clone(&self) -> BottleInfo
fn clone(&self) -> BottleInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BottleInfo
impl RefUnwindSafe for BottleInfo
impl Send for BottleInfo
impl Sync for BottleInfo
impl Unpin for BottleInfo
impl UnwindSafe for BottleInfo
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