pub struct AssetSyncResult {
pub state: LocalAssetState,
pub kind: AssetSyncKind,
}Fields§
§state: LocalAssetState§kind: AssetSyncKindTrait Implementations§
Source§impl Clone for AssetSyncResult
impl Clone for AssetSyncResult
Source§fn clone(&self) -> AssetSyncResult
fn clone(&self) -> AssetSyncResult
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 moreAuto Trait Implementations§
impl Freeze for AssetSyncResult
impl RefUnwindSafe for AssetSyncResult
impl Send for AssetSyncResult
impl Sync for AssetSyncResult
impl Unpin for AssetSyncResult
impl UnsafeUnpin for AssetSyncResult
impl UnwindSafe for AssetSyncResult
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