pub enum MetadataOnlyCustom {
Metadata(Custom),
Ignored,
}
Variants§
Trait Implementations§
source§impl Clone for MetadataOnlyCustom
impl Clone for MetadataOnlyCustom
source§fn clone(&self) -> MetadataOnlyCustom
fn clone(&self) -> MetadataOnlyCustom
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 MetadataOnlyCustom
impl Debug for MetadataOnlyCustom
source§impl From<Custom> for MetadataOnlyCustom
impl From<Custom> for MetadataOnlyCustom
source§impl PartialEq for MetadataOnlyCustom
impl PartialEq for MetadataOnlyCustom
source§fn eq(&self, other: &MetadataOnlyCustom) -> bool
fn eq(&self, other: &MetadataOnlyCustom) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Section<ComponentIndexSpace, ComponentSectionType> for MetadataOnlyCustom
impl Section<ComponentIndexSpace, ComponentSectionType> for MetadataOnlyCustom
fn index_space(&self) -> ComponentIndexSpace
fn section_type(&self) -> ComponentSectionType
source§impl Section<CoreIndexSpace, CoreSectionType> for MetadataOnlyCustom
impl Section<CoreIndexSpace, CoreSectionType> for MetadataOnlyCustom
fn index_space(&self) -> CoreIndexSpace
fn section_type(&self) -> CoreSectionType
impl StructuralPartialEq for MetadataOnlyCustom
Auto Trait Implementations§
impl Freeze for MetadataOnlyCustom
impl RefUnwindSafe for MetadataOnlyCustom
impl Send for MetadataOnlyCustom
impl Sync for MetadataOnlyCustom
impl Unpin for MetadataOnlyCustom
impl UnwindSafe for MetadataOnlyCustom
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)