pub struct InstalledUpload {
pub upload_id: UploadID,
pub game_folder: PathBuf,
pub game_id: GameID,
pub game_title: String,
}Expand description
Some information about a installed upload
Fields§
§upload_id: UploadID§game_folder: PathBuf§game_id: GameID§game_title: StringTrait Implementations§
Source§impl Clone for InstalledUpload
impl Clone for InstalledUpload
Source§fn clone(&self) -> InstalledUpload
fn clone(&self) -> InstalledUpload
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 moreSource§impl Debug for InstalledUpload
impl Debug for InstalledUpload
Source§impl<'de> Deserialize<'de> for InstalledUpload
impl<'de> Deserialize<'de> for InstalledUpload
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InstalledUpload
impl PartialEq for InstalledUpload
Source§impl Serialize for InstalledUpload
impl Serialize for InstalledUpload
impl StructuralPartialEq for InstalledUpload
Auto Trait Implementations§
impl Freeze for InstalledUpload
impl RefUnwindSafe for InstalledUpload
impl Send for InstalledUpload
impl Sync for InstalledUpload
impl Unpin for InstalledUpload
impl UnwindSafe for InstalledUpload
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