Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dctx.rs69 type Owned = SslContext; typedef
71 fn to_owned(&self) -> Self::Owned { in to_owned()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs158 type Owned = X509; typedef
160 fn to_owned(&self) -> Self::Owned { in to_owned()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmix.rs28 Owned { bytes: Vec<u8>, index: usize }, enumerator