Struct swc_common::source_map::EncodePathBuf
source · #[repr(C)]pub struct EncodePathBuf;
Expand description
A wrapper that attempts to convert a type to and from UTF-8.
Types like OsString
and PathBuf
aren’t guaranteed to be encoded as
UTF-8, but they usually are anyway. Using this wrapper will archive them as
if they were regular String
s.
There is built-in AsString
supports PathBuf but it requires custom
serializer wrapper to handle conversion errors. This wrapper is simplified
version accepts errors
Trait Implementations§
source§impl ArchiveWith<PathBuf> for EncodePathBuf
impl ArchiveWith<PathBuf> for EncodePathBuf
§type Archived = ArchivedString
type Archived = ArchivedString
The archived type of a
With<F, Self>
.§type Resolver = StringResolver
type Resolver = StringResolver
The resolver of a
With<F, Self>
.source§impl<__C: ?Sized> CheckBytes<__C> for EncodePathBuf
impl<__C: ?Sized> CheckBytes<__C> for EncodePathBuf
§type Error = Infallible
type Error = Infallible
The error that may result from checking the type.
source§unsafe fn check_bytes<'__bytecheck>(
value: *const Self,
context: &mut __C
) -> Result<&'__bytecheck Self, Infallible>
unsafe fn check_bytes<'__bytecheck>( value: *const Self, context: &mut __C ) -> Result<&'__bytecheck Self, Infallible>
Checks whether the given pointer points to a valid value within the
given context. Read more
source§impl Clone for EncodePathBuf
impl Clone for EncodePathBuf
source§fn clone(&self) -> EncodePathBuf
fn clone(&self) -> EncodePathBuf
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 EncodePathBuf
impl Debug for EncodePathBuf
source§impl<D> DeserializeWith<ArchivedString, PathBuf, D> for EncodePathBufwhere
D: ?Sized + Fallible,
impl<D> DeserializeWith<ArchivedString, PathBuf, D> for EncodePathBufwhere D: ?Sized + Fallible,
source§fn deserialize_with(
field: &ArchivedString,
_: &mut D
) -> Result<PathBuf, D::Error>
fn deserialize_with( field: &ArchivedString, _: &mut D ) -> Result<PathBuf, D::Error>
Deserializes the field type
F
using the given deserializer.source§impl<S> SerializeWith<PathBuf, S> for EncodePathBufwhere
S: ?Sized + Serializer,
impl<S> SerializeWith<PathBuf, S> for EncodePathBufwhere S: ?Sized + Serializer,
impl Copy for EncodePathBuf
Auto Trait Implementations§
impl RefUnwindSafe for EncodePathBuf
impl Send for EncodePathBuf
impl Sync for EncodePathBuf
impl Unpin for EncodePathBuf
impl UnwindSafe for EncodePathBuf
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§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
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.