pub struct RuntimeArtifact;Trait Implementations§
Source§impl Debug for RuntimeArtifact
impl Debug for RuntimeArtifact
Source§impl Kind for RuntimeArtifact
impl Kind for RuntimeArtifact
const NAME: HashKindName = HashKindName::RuntimeArtifact
const PROFILE: CanonicalizationProfile = CanonicalizationProfile::AreteJcsV1
const VISIBILITY: Visibility = Visibility::InternalOnly
const IDENTITY_CLASS: IdentityClass = IdentityClass::Composite
Auto Trait Implementations§
impl Freeze for RuntimeArtifact
impl RefUnwindSafe for RuntimeArtifact
impl Send for RuntimeArtifact
impl Sync for RuntimeArtifact
impl Unpin for RuntimeArtifact
impl UnsafeUnpin for RuntimeArtifact
impl UnwindSafe for RuntimeArtifact
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