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