pub enum PortableForm {}
Expand description
Portable form that has its lifetime untracked in association to its interner.
§Note
This resolves some lifetime issues with self-referential structs (such as the registry itself) but can no longer be used to resolve to the original underlying data.
Trait Implementations§
source§impl Clone for PortableForm
impl Clone for PortableForm
source§fn clone(&self) -> PortableForm
fn clone(&self) -> PortableForm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PortableForm
impl Debug for PortableForm
source§impl Form for PortableForm
impl Form for PortableForm
source§impl Ord for PortableForm
impl Ord for PortableForm
source§fn cmp(&self, other: &PortableForm) -> Ordering
fn cmp(&self, other: &PortableForm) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PortableForm
impl PartialEq for PortableForm
source§impl PartialOrd for PortableForm
impl PartialOrd for PortableForm
impl Copy for PortableForm
impl Eq for PortableForm
impl StructuralPartialEq for PortableForm
Auto Trait Implementations§
impl Freeze for PortableForm
impl RefUnwindSafe for PortableForm
impl Send for PortableForm
impl Sync for PortableForm
impl Unpin for PortableForm
impl UnwindSafe for PortableForm
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)