Lines Matching defs:BerObject
96 pub struct BerObject<'a> { struct
97 pub header: BerObjectHeader<'a>, argument
98 pub content: BerObjectContent<'a>, argument
340 impl<'a> BerObject<'a> { implementation
354 pub fn from_obj(c: BerObjectContent) -> BerObject { in from_obj()
380 pub fn set_raw_tag(self, raw_tag: Option<&'a [u8]>) -> BerObject { in set_raw_tag()
389 pub fn from_seq(l: Vec<BerObject>) -> BerObject { in from_seq()
394 pub fn from_set(l: Vec<BerObject>) -> BerObject { in from_set()
580 impl<'a> From<Oid<'a>> for BerObject<'a> { implementation
587 impl<'a> From<BerObjectContent<'a>> for BerObject<'a> { implementation
893 impl<'a> BerObject<'a> { implementation
945 impl<'a> IntoIterator for BerObject<'a> { implementation
1015 impl<'a> BerObject<'a> { implementation
1021 impl<'a> Index<usize> for BerObject<'a> { implementation