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