Searched defs:RawOsString (Results 1 – 1 of 1) sorted by relevance
984 pub struct RawOsString(Vec<u8>); struct986 impl RawOsString { impl1309 impl AsRef<RawOsStr> for RawOsString { implementation1316 impl Borrow<RawOsStr> for RawOsString { implementation1323 impl Deref for RawOsString { implementation1339 impl From<Box<RawOsStr>> for RawOsString { implementation1353 impl From<String> for RawOsString { implementation1433 impl Index<$index_type> for RawOsString { implementation1508 impl ToBytes for RawOsString { implementation1541 impl Quote for RawOsString { implementation