Home
last modified time | relevance | path

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

/third_party/rust/crates/nom/src/
Dinternal.rs179 pub fn to_owned(self) -> Err<(Vec<u8>, ErrorKind)> { in to_owned() method
188 pub fn to_owned(self) -> Err<(String, ErrorKind)> { in to_owned() method
197 pub fn to_owned(self) -> Err<error::Error<Vec<u8>>> { in to_owned() method
206 pub fn to_owned(self) -> Err<error::Error<String>> { in to_owned() method
/third_party/rust/crates/rust-openssl/openssl/src/
Ddsa.rs73 fn to_owned(&self) -> Dsa<T> { in to_owned() method
Dec.rs462 pub fn to_owned(&self, group: &EcGroupRef) -> Result<EcPoint, ErrorStack> { in to_owned() method
728 fn to_owned(&self) -> EcKey<T> { in to_owned() method
Drsa.rs86 fn to_owned(&self) -> Rsa<T> { in to_owned() method
Dpkey.rs145 fn to_owned(&self) -> PKey<T> { in to_owned() method
Dbn.rs304 pub fn to_owned(&self) -> Result<BigNum, ErrorStack> { in to_owned() method
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs604 fn to_owned(&self) -> X509 { in to_owned() method
1072 pub fn to_owned(&self) -> Result<X509Name, ErrorStack> { in to_owned() method
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs909 fn to_owned(&self) -> Self::Owned { in to_owned() method
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1731 fn to_owned(&self) -> Self::Owned { in to_owned() method
2082 fn to_owned(&self) -> SslSession { in to_owned() method