Lines Matching refs:Asn1TimeRef
163 /// This `struct` is created by the [`diff`] method on [`Asn1TimeRef`]. See its
166 /// [`diff`]: struct.Asn1TimeRef.html#method.diff
167 /// [`Asn1TimeRef`]: struct.Asn1TimeRef.html
196 pub struct Asn1TimeRef;
199 impl Asn1TimeRef {
233 impl PartialEq for Asn1TimeRef {
234 fn eq(&self, other: &Asn1TimeRef) -> bool {
242 impl PartialEq<Asn1Time> for Asn1TimeRef {
251 impl<'a> PartialEq<Asn1Time> for &'a Asn1TimeRef {
260 impl PartialOrd for Asn1TimeRef {
261 fn partial_cmp(&self, other: &Asn1TimeRef) -> Option<Ordering> {
267 impl PartialOrd<Asn1Time> for Asn1TimeRef {
274 impl<'a> PartialOrd<Asn1Time> for &'a Asn1TimeRef {
280 impl fmt::Display for Asn1TimeRef {
296 impl fmt::Debug for Asn1TimeRef {
380 impl PartialEq<Asn1TimeRef> for Asn1Time {
381 fn eq(&self, other: &Asn1TimeRef) -> bool {
389 impl<'a> PartialEq<&'a Asn1TimeRef> for Asn1Time {
390 fn eq(&self, other: &&'a Asn1TimeRef) -> bool {
405 impl PartialOrd<Asn1TimeRef> for Asn1Time {
406 fn partial_cmp(&self, other: &Asn1TimeRef) -> Option<Ordering> {
412 impl<'a> PartialOrd<&'a Asn1TimeRef> for Asn1Time {
413 fn partial_cmp(&self, other: &&'a Asn1TimeRef) -> Option<Ordering> {