Searched defs:try_from (Results 1 – 6 of 6) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | uri.rs | 323 fn try_from(s: &'a [u8]) -> Result<Self, Self::Error> { in try_from() method 331 fn try_from(s: &'a str) -> Result<Self, Self::Error> { in try_from() method 567 fn try_from(bytes: &'a [u8]) -> Result<Self, Self::Error> { in try_from() method 575 fn try_from(s: &'a str) -> Result<Self, Self::Error> { in try_from() method 679 fn try_from(bytes: &'a [u8]) -> Result<Self, Self::Error> { in try_from() method 687 fn try_from(s: &'a str) -> Result<Self, Self::Error> { in try_from() method 817 fn try_from(bytes: &'a [u8]) -> Result<Self, Self::Error> { in try_from() method 825 fn try_from(s: &'a str) -> Result<Self, Self::Error> { in try_from() method 870 fn try_from(s: &'a [u8]) -> Result<Self, Self::Error> { in try_from() method 878 fn try_from(s: &'a str) -> Result<Self, Self::Error> { in try_from() method
|
| D | method.rs | 172 fn try_from(t: &'a [u8]) -> Result<Self, Self::Error> { in try_from() method 180 fn try_from(t: &'a str) -> Result<Self, Self::Error> { in try_from() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/response/ |
| D | status.rs | 217 fn try_from(value: u16) -> Result<Self, Self::Error> { in try_from() method 225 fn try_from(value: &'a [u8]) -> Result<Self, Self::Error> { in try_from() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | version.rs | 71 fn try_from(str: &'a str) -> Result<Self, Self::Error> { in try_from() method
|
| D | headers.rs | 168 fn try_from(pair: (N, V)) -> Result<Self, Self::Error> { in try_from() function 260 fn try_from(name: &str) -> Result<Self, Self::Error> { in try_from() method 268 fn try_from(bytes: &[u8]) -> Result<Self, Self::Error> { in try_from() method 481 fn try_from(value: &str) -> Result<Self, Self::Error> { in try_from() method 499 fn try_from(value: &[u8]) -> Result<Self, Self::Error> { in try_from() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | error.rs | 112 fn try_from(value: u32) -> Result<Self, Self::Error> { in try_from() method
|