Lines Matching refs:Inner
9 name: Inner,
16 name: Inner::from_string(name),
23 name: Inner::from_ref(name),
29 name: Inner::from_static_ref(name),
252 pub(crate) enum Inner {
257 impl Inner {
286 pub(crate) struct Inner(&'static std::ffi::OsStr);
288 impl Inner {
303 pub(crate) use inner::Inner;
305 impl Default for Inner {
311 impl PartialEq for Inner {
312 fn eq(&self, other: &Inner) -> bool {
317 impl PartialOrd for Inner {
323 impl Ord for Inner {
324 fn cmp(&self, other: &Inner) -> std::cmp::Ordering {
329 impl Eq for Inner {}
331 impl std::hash::Hash for Inner {