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