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
sourceimpl EndOfContent
 
impl EndOfContent
Trait Implementations
sourceimpl Debug for EndOfContent
 
impl Debug for EndOfContent
sourceimpl<'a, 'b> TryFrom<&'b Any<'a>> for EndOfContent
 
impl<'a, 'b> TryFrom<&'b Any<'a>> for EndOfContent
Auto Trait Implementations
impl RefUnwindSafe for EndOfContent
impl Send for EndOfContent
impl Sync for EndOfContent
impl Unpin for EndOfContent
impl UnwindSafe for EndOfContent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more