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