pub struct AssetState {
pub path: String,
pub sha256: String,
pub bytes: u64,
pub required: bool,
pub state: String,
}Fields§
§path: String§sha256: String§bytes: u64§required: bool§state: Stringpresent / missing (status); ok / missing / corrupt (verify).
Trait Implementations§
Source§impl Debug for AssetState
impl Debug for AssetState
Auto Trait Implementations§
impl Freeze for AssetState
impl RefUnwindSafe for AssetState
impl Send for AssetState
impl Sync for AssetState
impl Unpin for AssetState
impl UnsafeUnpin for AssetState
impl UnwindSafe for AssetState
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