Lines Matching refs:into
317 match string.into() {
326 Cow::Owned(string) => Cow::Owned(string.into()),
337 /// Converts a byte string into an equivalent platform-native string.
370 /// Converts a byte string into an equivalent platform-native string.
405 /// Converts a platform-native string into an equivalent byte string.
479 /// Converts a byte string into an equivalent platform-native string.
510 /// Converts a byte string into an equivalent platform-native string.
543 /// Converts a platform-native string into an equivalent byte string.
555 /// let os_string: OsString = string.clone().into();
584 OsString::assert_from_raw_vec(string).into()
589 OsString::from_raw_vec(string).map(Into::into)