pub(crate) struct OsStrUtf8Error {
value: Box<OsStr>,
}Fields§
§value: Box<OsStr>Trait Implementations§
Source§impl Clone for OsStrUtf8Error
impl Clone for OsStrUtf8Error
Source§fn clone(&self) -> OsStrUtf8Error
fn clone(&self) -> OsStrUtf8Error
Returns a duplicate 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 OsStrUtf8Error
impl Debug for OsStrUtf8Error
Source§impl Display for OsStrUtf8Error
impl Display for OsStrUtf8Error
Source§impl From<&OsStr> for OsStrUtf8Error
Available on crate feature std only.
impl From<&OsStr> for OsStrUtf8Error
Available on crate feature
std only.Source§fn from(value: &OsStr) -> OsStrUtf8Error
fn from(value: &OsStr) -> OsStrUtf8Error
Converts to this type from the input type.
Source§impl From<OsStrUtf8Error> for Error
impl From<OsStrUtf8Error> for Error
Source§fn from(err: OsStrUtf8Error) -> Error
fn from(err: OsStrUtf8Error) -> Error
Converts to this type from the input type.
Source§impl IntoError for OsStrUtf8Error
impl IntoError for OsStrUtf8Error
fn into_error(self) -> Error
Auto Trait Implementations§
impl Freeze for OsStrUtf8Error
impl RefUnwindSafe for OsStrUtf8Error
impl Send for OsStrUtf8Error
impl Sync for OsStrUtf8Error
impl Unpin for OsStrUtf8Error
impl UnwindSafe for OsStrUtf8Error
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