pub struct UnityReleaseFile {
pub url: String,
pub integrity: Option<Integrity>,
pub file_type: Option<FileType>,
}Fields§
§url: String§integrity: Option<Integrity>§file_type: Option<FileType>Trait Implementations§
Source§impl Clone for UnityReleaseFile
impl Clone for UnityReleaseFile
Source§fn clone(&self) -> UnityReleaseFile
fn clone(&self) -> UnityReleaseFile
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 UnityReleaseFile
impl Debug for UnityReleaseFile
Source§impl<'de> Deserialize<'de> for UnityReleaseFile
impl<'de> Deserialize<'de> for UnityReleaseFile
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
Auto Trait Implementations§
impl Freeze for UnityReleaseFile
impl RefUnwindSafe for UnityReleaseFile
impl Send for UnityReleaseFile
impl Sync for UnityReleaseFile
impl Unpin for UnityReleaseFile
impl UnwindSafe for UnityReleaseFile
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