Home
last modified time | relevance | path

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

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