pub struct AssetBundleIndex {
pub publish_rev: u64,
pub published_at: String,
pub files: BTreeMap<String, AssetFileEntry>,
}Fields§
§publish_rev: u64Stable revision from assets/.content-publish.json (not process-local content_rev).
published_at: String§files: BTreeMap<String, AssetFileEntry>Trait Implementations§
Source§impl Clone for AssetBundleIndex
impl Clone for AssetBundleIndex
Source§fn clone(&self) -> AssetBundleIndex
fn clone(&self) -> AssetBundleIndex
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 AssetBundleIndex
impl Debug for AssetBundleIndex
Source§impl<'de> Deserialize<'de> for AssetBundleIndex
impl<'de> Deserialize<'de> for AssetBundleIndex
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
impl Eq for AssetBundleIndex
Source§impl PartialEq for AssetBundleIndex
impl PartialEq for AssetBundleIndex
Source§impl Serialize for AssetBundleIndex
impl Serialize for AssetBundleIndex
impl StructuralPartialEq for AssetBundleIndex
Auto Trait Implementations§
impl Freeze for AssetBundleIndex
impl RefUnwindSafe for AssetBundleIndex
impl Send for AssetBundleIndex
impl Sync for AssetBundleIndex
impl Unpin for AssetBundleIndex
impl UnsafeUnpin for AssetBundleIndex
impl UnwindSafe for AssetBundleIndex
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.