pub struct AssetIndexRef {
pub id: String,
pub sha1: String,
pub size: u64,
pub total_size: Option<u64>,
pub url: String,
}Fields§
§id: String§sha1: String§size: u64§total_size: Option<u64>§url: StringTrait Implementations§
Source§impl Clone for AssetIndexRef
impl Clone for AssetIndexRef
Source§fn clone(&self) -> AssetIndexRef
fn clone(&self) -> AssetIndexRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AssetIndexRef
impl Debug for AssetIndexRef
Source§impl<'de> Deserialize<'de> for AssetIndexRef
impl<'de> Deserialize<'de> for AssetIndexRef
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 AssetIndexRef
impl RefUnwindSafe for AssetIndexRef
impl Send for AssetIndexRef
impl Sync for AssetIndexRef
impl Unpin for AssetIndexRef
impl UnsafeUnpin for AssetIndexRef
impl UnwindSafe for AssetIndexRef
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