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