Searched defs:RawOsString (Results 1 – 1 of 1) sorted by relevance
1494 pub struct RawOsString(Vec<u8>); struct1496 impl RawOsString { impl1941 impl AsRef<RawOsStr> for RawOsString { implementation1948 impl Borrow<RawOsStr> for RawOsString { implementation1955 impl Deref for RawOsString { implementation1971 impl From<Box<RawOsStr>> for RawOsString { implementation2003 impl From<String> for RawOsString { implementation2083 impl Index<$index_type> for RawOsString { implementation2179 impl ToBytes for RawOsString { implementation2212 impl Quote for RawOsString { implementation