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