Struct asn1::SetOfWriter [−][src]
pub struct SetOfWriter<'a, T: Asn1Writable<'a>, V: Borrow<[T]> = &'a [T]> { /* fields omitted */ }Expand description
Writes an ASN.1 SET OF whose contents is a slice of T. This type handles
ensuring that the values are properly ordered when written as DER.
Implementations
Trait Implementations
impl<'a, T: PartialEq + Asn1Writable<'a>, V: PartialEq + Borrow<[T]>> PartialEq<SetOfWriter<'a, T, V>> for SetOfWriter<'a, T, V>
impl<'a, T: PartialEq + Asn1Writable<'a>, V: PartialEq + Borrow<[T]>> PartialEq<SetOfWriter<'a, T, V>> for SetOfWriter<'a, T, V>
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.