Struct destiny_pkg::manager::PackagePath
source · pub struct PackagePath {
pub platform: String,
pub name: String,
pub id: String,
pub patch: u8,
pub path: String,
pub filename: String,
}Fields§
§platform: Stringeg. ps3, w64
name: Stringeg. arch_fallen, dungeon_prophecy, europa
id: Stringeg. 0059, 043c, unp1, unp2
patch: u8§path: StringFull path to the package
filename: StringImplementations§
source§impl PackagePath
impl PackagePath
Trait Implementations§
source§impl Clone for PackagePath
impl Clone for PackagePath
source§fn clone(&self) -> PackagePath
fn clone(&self) -> PackagePath
Returns a copy 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 moresource§impl Debug for PackagePath
impl Debug for PackagePath
Auto Trait Implementations§
impl Freeze for PackagePath
impl RefUnwindSafe for PackagePath
impl Send for PackagePath
impl Sync for PackagePath
impl Unpin for PackagePath
impl UnwindSafe for PackagePath
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