pub enum MetaForm {}
Expand description
A meta meta-type.
Allows to be converted into other forms such as portable form
through the registry and IntoPortable
.
Trait Implementations§
source§impl Ord for MetaForm
impl Ord for MetaForm
source§impl PartialOrd for MetaForm
impl PartialOrd for MetaForm
impl Copy for MetaForm
impl Eq for MetaForm
impl StructuralPartialEq for MetaForm
Auto Trait Implementations§
impl Freeze for MetaForm
impl RefUnwindSafe for MetaForm
impl Send for MetaForm
impl Sync for MetaForm
impl Unpin for MetaForm
impl UnwindSafe for MetaForm
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
)