• Home
  • Raw
  • Download

Lines Matching defs:OsStr

8 pub struct OsStr {  struct
12 impl OsStr { argument
34 pub fn as_os_str(&self) -> &std::ffi::OsStr { in as_os_str()
44 impl From<&'_ OsStr> for OsStr { implementation
51 impl From<Str> for OsStr { implementation
61 impl From<Str> for OsStr { implementation
68 impl From<&'_ Str> for OsStr { implementation
77 impl From<&'_ Str> for OsStr { implementation
84 impl From<std::ffi::OsString> for OsStr { implementation
91 impl From<&'_ std::ffi::OsString> for OsStr { implementation
98 impl From<std::string::String> for OsStr { implementation
105 impl From<&'_ std::string::String> for OsStr { implementation
111 impl From<&'static std::ffi::OsStr> for OsStr { implementation
117 impl From<&'_ &'static std::ffi::OsStr> for OsStr { implementation
123 impl From<&'static str> for OsStr { implementation
129 impl From<&'_ &'static str> for OsStr { implementation
147 impl std::fmt::Debug for OsStr { implementation
154 impl std::ops::Deref for OsStr { implementation
158 fn deref(&self) -> &std::ffi::OsStr { in deref()
163 impl AsRef<std::ffi::OsStr> for OsStr { implementation
165 fn as_ref(&self) -> &std::ffi::OsStr { in as_ref()
170 impl AsRef<std::path::Path> for OsStr { implementation
177 impl std::borrow::Borrow<std::ffi::OsStr> for OsStr { implementation
179 fn borrow(&self) -> &std::ffi::OsStr { in borrow()
184 impl PartialEq<str> for OsStr { implementation
197 impl PartialEq<&'_ str> for OsStr { implementation
210 impl PartialEq<&'_ std::ffi::OsStr> for OsStr { implementation
216 impl PartialEq<OsStr> for &'_ std::ffi::OsStr { implementation
223 impl PartialEq<std::string::String> for OsStr { implementation
236 impl PartialEq<std::ffi::OsString> for OsStr { implementation
270 pub(crate) fn as_os_str(&self) -> &std::ffi::OsStr { in as_os_str()
293 pub(crate) fn as_os_str(&self) -> &std::ffi::OsStr { in as_os_str()