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