Home
last modified time | relevance | path

Searched defs:try_from (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/request/
Duri.rs323 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
Dmethod.rs172 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/
Dstatus.rs217 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/
Dversion.rs71 fn try_from(str: &'a str) -> Result<Self, Self::Error> { in try_from() method
Dheaders.rs168 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/
Derror.rs112 fn try_from(value: u32) -> Result<Self, Self::Error> { in try_from() method