pub struct AssetArtifactIdPair {
pub asset_id: AssetId,
pub artifact_id: ArtifactId,
}
Fields§
§asset_id: AssetId
§artifact_id: ArtifactId
Trait Implementations§
Source§impl Clone for AssetArtifactIdPair
impl Clone for AssetArtifactIdPair
Source§fn clone(&self) -> AssetArtifactIdPair
fn clone(&self) -> AssetArtifactIdPair
Returns a duplicate of the value. Read more
1.0.0 · 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 AssetArtifactIdPair
impl RefUnwindSafe for AssetArtifactIdPair
impl Send for AssetArtifactIdPair
impl Sync for AssetArtifactIdPair
impl Unpin for AssetArtifactIdPair
impl UnwindSafe for AssetArtifactIdPair
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