Searched defs:Asn1Time (Results 1 – 1 of 1) sorted by relevance
301 impl Asn1Time { impl313 fn from_period(period: c_long) -> Result<Asn1Time, ErrorStack> { in from_period()323 pub fn days_from_now(days: u32) -> Result<Asn1Time, ErrorStack> { in days_from_now()329 pub fn from_unix(time: time_t) -> Result<Asn1Time, ErrorStack> { in from_unix()341 pub fn from_str(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str()357 pub fn from_str_x509(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str_x509()370 impl PartialEq for Asn1Time { implementation379 impl PartialEq<Asn1TimeRef> for Asn1Time { implementation388 impl<'a> PartialEq<&'a Asn1TimeRef> for Asn1Time { implementation397 impl PartialOrd for Asn1Time { implementation[all …]