Struct asn1_rs::EndOfContent
source · pub struct EndOfContent {}
Expand description
End-of-contents octets
EndOfContent
is not a BER type, but represents a marked to indicate the end of contents
of an object, when the length is Indefinite
(see X.690 section 8.1.5).
This type cannot exist in DER, and so provides no FromDer
/ToDer
implementation.
Implementations§
source§impl EndOfContent
impl EndOfContent
Trait Implementations§
source§impl Debug for EndOfContent
impl Debug for EndOfContent
source§impl Default for EndOfContent
impl Default for EndOfContent
source§impl<'a, 'b> TryFrom<&'b Any<'a>> for EndOfContent
impl<'a, 'b> TryFrom<&'b Any<'a>> for EndOfContent
Auto Trait Implementations§
impl Freeze for EndOfContent
impl RefUnwindSafe for EndOfContent
impl Send for EndOfContent
impl Sync for EndOfContent
impl Unpin for EndOfContent
impl UnwindSafe for EndOfContent
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more