Searched defs:StrOwned (Results 1 – 1 of 1) sorted by relevance
13 pub struct StrOwned { struct21 impl StrOwned { implementation59 impl AsRef<str> for StrOwned { implementation65 impl AsRef<[u8]> for StrOwned { implementation71 impl<'a> DecodeValue<'a> for StrOwned { implementation77 impl EncodeValue for StrOwned { implementation87 impl From<StrRef<'_>> for StrOwned { implementation88 fn from(s: StrRef<'_>) -> StrOwned { in from()96 impl OwnedToRef for StrOwned { implementation