Searched refs:Owned (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
H A D | mix.rs | 28 Owned { bytes: Vec<u8>, index: usize }, 40 MixFrom::Owned { 55 MixFrom::Owned { bytes, index: _ } => bytes.is_empty(), 62 *self = MixFrom::Owned { bytes, index: 0 }; 84 if let MixFrom::Owned { bytes, index } = self { in owned_encode() 124 Self::Owned { bytes, index } => f in fmt() 125 .debug_struct("Owned") in fmt() 140 // It is not a complete implementation, only implements for MixFrom::Owned && 146 Self::Owned { in eq() 150 Self::Owned { in eq() [all...] |
H A D | part.rs | 128 if let MixFrom::Owned { bytes, index: _ } = &mut self.body { 135 if let MixFrom::Owned { bytes, index: _ } = &mut self.body { 142 if let MixFrom::Owned { bytes, index: _ } = &mut self.body { 185 MixFrom::Owned { bytes, index: _ } => Some(bytes), in body() 193 MixFrom::Owned { bytes, index: _ } => Some(bytes), in body_mut() 201 MixFrom::Owned { bytes, index: _ } => Some(take(bytes)), in body_once()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | x509.rs | 157 type Owned = X509; types 159 fn to_owned(&self) -> Self::Owned { in to_owned()
|
Completed in 3 milliseconds