Struct typed_path::Utf8WindowsEncoding
source · pub struct Utf8WindowsEncoding;
Expand description
Represents a Windows-specific Utf8Encoding
Trait Implementations§
source§impl Clone for Utf8WindowsEncoding
impl Clone for Utf8WindowsEncoding
source§fn clone(&self) -> Utf8WindowsEncoding
fn clone(&self) -> Utf8WindowsEncoding
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 Utf8WindowsEncoding
impl Debug for Utf8WindowsEncoding
source§impl Display for Utf8WindowsEncoding
impl Display for Utf8WindowsEncoding
source§impl<'a> Utf8Encoding<'a> for Utf8WindowsEncoding
impl<'a> Utf8Encoding<'a> for Utf8WindowsEncoding
§type Components = Utf8WindowsComponents<'a>
type Components = Utf8WindowsComponents<'a>
Represents the type of component that will be derived by this encoding
source§fn components(path: &'a str) -> Self::Components
fn components(path: &'a str) -> Self::Components
Produces an iterator of
Utf8Component
s over the given the byte slice (path
)impl Copy for Utf8WindowsEncoding
Auto Trait Implementations§
impl RefUnwindSafe for Utf8WindowsEncoding
impl Send for Utf8WindowsEncoding
impl Sync for Utf8WindowsEncoding
impl Unpin for Utf8WindowsEncoding
impl UnwindSafe for Utf8WindowsEncoding
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