Searched defs:Asn1Time (Results 1 – 1 of 1) sorted by relevance
302 impl Asn1Time { impl314 fn from_period(period: c_long) -> Result<Asn1Time, ErrorStack> { in from_period()324 pub fn days_from_now(days: u32) -> Result<Asn1Time, ErrorStack> { in days_from_now()330 pub fn from_unix(time: time_t) -> Result<Asn1Time, ErrorStack> { in from_unix()342 pub fn from_str(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str()358 pub fn from_str_x509(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str_x509()371 impl PartialEq for Asn1Time { implementation380 impl PartialEq<Asn1TimeRef> for Asn1Time { implementation389 impl<'a> PartialEq<&'a Asn1TimeRef> for Asn1Time { implementation398 impl PartialOrd for Asn1Time { implementation[all …]