pub enum MetadataHint {
None,
Index,
Key,
}Expand description
Hint for metadata access (index/key), detected at compile time.
Variants§
Trait Implementations§
Source§impl Clone for MetadataHint
impl Clone for MetadataHint
Source§fn clone(&self) -> MetadataHint
fn clone(&self) -> MetadataHint
Returns a duplicate 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 MetadataHint
impl Debug for MetadataHint
Source§impl PartialEq for MetadataHint
impl PartialEq for MetadataHint
impl Copy for MetadataHint
impl Eq for MetadataHint
impl StructuralPartialEq for MetadataHint
Auto Trait Implementations§
impl Freeze for MetadataHint
impl RefUnwindSafe for MetadataHint
impl Send for MetadataHint
impl Sync for MetadataHint
impl Unpin for MetadataHint
impl UnsafeUnpin for MetadataHint
impl UnwindSafe for MetadataHint
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