Struct tiny_std::UnixString
source · #[repr(transparent)]pub struct UnixString(_);
Implementations§
Methods from Deref<Target = UnixStr>§
Trait Implementations§
source§impl AsUnixStr for UnixString
impl AsUnixStr for UnixString
source§impl Clone for UnixString
impl Clone for UnixString
source§fn clone(&self) -> UnixString
fn clone(&self) -> UnixString
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 UnixString
impl Debug for UnixString
source§impl Deref for UnixString
impl Deref for UnixString
source§impl From<&UnixStr> for UnixString
impl From<&UnixStr> for UnixString
source§fn from(s: &UnixStr) -> UnixString
fn from(s: &UnixStr) -> UnixString
Converts to this type from the input type.
source§impl PartialEq<UnixString> for UnixString
impl PartialEq<UnixString> for UnixString
source§fn eq(&self, other: &UnixString) -> bool
fn eq(&self, other: &UnixString) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToUnixString for UnixString
impl ToUnixString for UnixString
source§fn to_unix_string(&self) -> Result<UnixString, Error>
fn to_unix_string(&self) -> Result<UnixString, Error>
Turn this into a
UnixString
Read moresource§impl TryFrom<&[u8]> for UnixString
impl TryFrom<&[u8]> for UnixString
source§impl TryFrom<&str> for UnixString
impl TryFrom<&str> for UnixString
source§impl TryFrom<String> for UnixString
impl TryFrom<String> for UnixString
impl Eq for UnixString
impl StructuralEq for UnixString
impl StructuralPartialEq for UnixString
Auto Trait Implementations§
impl RefUnwindSafe for UnixString
impl Send for UnixString
impl Sync for UnixString
impl Unpin for UnixString
impl UnwindSafe for UnixString
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