pub struct LocalAssetState {
pub publish_rev: u64,
pub sprites_dir: PathBuf,
}Fields§
§publish_rev: u64§sprites_dir: PathBufTrait Implementations§
Source§impl Clone for LocalAssetState
impl Clone for LocalAssetState
Source§fn clone(&self) -> LocalAssetState
fn clone(&self) -> LocalAssetState
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 LocalAssetState
impl Debug for LocalAssetState
Source§impl Default for LocalAssetState
impl Default for LocalAssetState
Source§fn default() -> LocalAssetState
fn default() -> LocalAssetState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LocalAssetState
impl<'de> Deserialize<'de> for LocalAssetState
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 LocalAssetState
impl RefUnwindSafe for LocalAssetState
impl Send for LocalAssetState
impl Sync for LocalAssetState
impl Unpin for LocalAssetState
impl UnsafeUnpin for LocalAssetState
impl UnwindSafe for LocalAssetState
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