Struct typed_path::unix::UnixEncoding
source · pub struct UnixEncoding;
Expand description
Represents a Unix-specific Encoding
Trait Implementations§
source§impl Debug for UnixEncoding
impl Debug for UnixEncoding
source§impl Display for UnixEncoding
impl Display for UnixEncoding
source§impl<'a> Encoding<'a> for UnixEncoding
impl<'a> Encoding<'a> for UnixEncoding
§type Components = UnixComponents<'a>
type Components = UnixComponents<'a>
Represents the type of component that will be derived by this encoding
source§fn components(path: &'a [u8]) -> Self::Components
fn components(path: &'a [u8]) -> Self::Components
Produces an iterator of
Component
s over the given the byte slice (path
)Auto Trait Implementations§
impl RefUnwindSafe for UnixEncoding
impl Send for UnixEncoding
impl Sync for UnixEncoding
impl Unpin for UnixEncoding
impl UnwindSafe for UnixEncoding
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