Home
last modified time | relevance | path

Searched defs:StrOwned (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Dstr_owned.rs13 pub struct StrOwned { struct
21 impl StrOwned { implementation
59 impl AsRef<str> for StrOwned { implementation
65 impl AsRef<[u8]> for StrOwned { implementation
71 impl<'a> DecodeValue<'a> for StrOwned { implementation
77 impl EncodeValue for StrOwned { implementation
87 impl From<StrRef<'_>> for StrOwned { implementation
88 fn from(s: StrRef<'_>) -> StrOwned { in from()
96 impl OwnedToRef for StrOwned { implementation