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