pub struct ArchivedLineMapping{
pub generated_column: Archived<u32>,
pub original: Archived<Option<OriginalLocation>>,
}Expand description
An archived LineMapping
Fields§
§generated_column: Archived<u32>The archived counterpart of LineMapping::generated_column
original: Archived<Option<OriginalLocation>>The archived counterpart of LineMapping::original
Auto Trait Implementations§
impl Freeze for ArchivedLineMapping
impl RefUnwindSafe for ArchivedLineMapping
impl Send for ArchivedLineMapping
impl Sync for ArchivedLineMapping
impl Unpin for ArchivedLineMapping
impl UnsafeUnpin for ArchivedLineMapping
impl UnwindSafe for ArchivedLineMapping
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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