pub enum MetadataHeap<'l> {
Blob(BlobHeap<'l>),
Guid(GuidHeap<'l>),
Table(TableHeap<'l>),
String(StringHeap<'l>),
UserString(UserStringHeap<'l>),
}Variants§
Blob(BlobHeap<'l>)
Guid(GuidHeap<'l>)
Table(TableHeap<'l>)
String(StringHeap<'l>)
UserString(UserStringHeap<'l>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'l> Freeze for MetadataHeap<'l>
impl<'l> RefUnwindSafe for MetadataHeap<'l>
impl<'l> Send for MetadataHeap<'l>
impl<'l> Sync for MetadataHeap<'l>
impl<'l> Unpin for MetadataHeap<'l>
impl<'l> UnsafeUnpin for MetadataHeap<'l>
impl<'l> UnwindSafe for MetadataHeap<'l>
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