ToStatic
asn1_rs
0.6.2
ToStatic
Required Associated Types
Owned
Required Methods
to_static
Implementations on Foreign Types
Vec<T>
Implementors
In crate asn1_rs
Modules
doc
Macros
int
oid
Structs
ASN1DateTime
Any
BerClassFromIntError
BitString
BmpString
Boolean
EmbeddedPdv
EndOfContent
Enumerated
GeneralString
GeneralizedTime
GraphicString
Header
Ia5String
Integer
Null
NumericString
ObjectDescriptor
OctetString
Oid
OptTaggedParser
PrintableString
Sequence
SequenceIterator
SequenceOf
Set
SetOf
Tag
TaggedParser
TaggedParserBuilder
TaggedValue
TeletexString
UniversalString
UtcTime
Utf8String
VideotexString
VisibleString
Enums
ASN1TimeZone
Class
DerConstraint
Err
Error
Explicit
Implicit
Length
Needed
OidParseError
PdvIdentification
Real
SerializeError
Traits
AsTaggedExplicit
AsTaggedImplicit
BerChoice
CheckDerConstraints
Choice
DerAutoDerive
DerChoice
DynTagged
FromBer
FromDer
TagKind
Tagged
TestValidCharset
ToDer
ToStatic
Functions
from_nom_error
parse_der_tagged_explicit
parse_der_tagged_explicit_g
parse_der_tagged_implicit
parse_der_tagged_implicit_g
Type Aliases
ApplicationExplicit
ApplicationImplicit
IResult
OptTaggedExplicit
OptTaggedImplicit
ParseResult
PrivateExplicit
PrivateImplicit
Result
SerializeResult
SetIterator
TaggedExplicit
TaggedImplicit
Derive Macros
BerAlias
BerSequence
BerSet
DerAlias
DerSequence
DerSet
?
Settings
Trait
asn1_rs
::
ToStatic
Copy item path
source
·
[
−
]
pub trait ToStatic { type
Owned
: 'static; // Required method fn
to_static
(&self) -> Self::
Owned
; }
Required Associated Types
§
source
type
Owned
: 'static
Required Methods
§
source
fn
to_static
(&self) -> Self::
Owned
Implementations on Foreign Types
§
source
§
impl<T, U>
ToStatic
for
Vec
<T>
where T:
ToStatic
<Owned = U>, U: 'static,
§
type
Owned
=
Vec
<U>
source
§
fn
to_static
(&self) -> Self::
Owned
Implementors
§
source
§
impl<'a>
ToStatic
for
Header
<'a>
§
type
Owned
=
Header
<'static>
source
§
impl<'a>
ToStatic
for
Sequence
<'a>
§
type
Owned
=
Sequence
<'static>
source
§
impl<'a>
ToStatic
for
Set
<'a>
§
type
Owned
=
Set
<'static>