pub struct Ia5StringOwned { /* private fields */ }Expand description
Owned IA5String value used when the wire representation is assembled from multiple BER segments.
Implementations§
Trait Implementations§
Source§impl ByteLen<Ia5StringOwned> for Ia5StringFmt
Available on crate feature alloc only.
impl ByteLen<Ia5StringOwned> for Ia5StringFmt
Available on crate feature
alloc only.Source§impl DeepView for Ia5StringOwned
Available on crate feature alloc only.
impl DeepView for Ia5StringOwned
Available on crate feature
alloc only.Source§impl<const HAS_MIN: bool, const MIN: usize, const HAS_MAX: bool, const MAX: usize> Pred<Ia5StringOwned> for Size<HAS_MIN, MIN, HAS_MAX, MAX>
Available on crate feature alloc only.
impl<const HAS_MIN: bool, const MIN: usize, const HAS_MAX: bool, const MAX: usize> Pred<Ia5StringOwned> for Size<HAS_MIN, MIN, HAS_MAX, MAX>
Available on crate feature
alloc only.Source§exec fn test(&self, value: &Ia5StringOwned) -> ok : bool
exec fn test(&self, value: &Ia5StringOwned) -> ok : bool
Source§impl Prepare<Ia5StringOwned> for Ia5StringFmt
Available on crate feature alloc only.
impl Prepare<Ia5StringOwned> for Ia5StringFmt
Available on crate feature
alloc only.Source§impl<Output: OutputBuf> Serializer<Output, Ia5StringOwned> for Ia5StringFmt
Available on crate feature alloc only.
impl<Output: OutputBuf> Serializer<Output, Ia5StringOwned> for Ia5StringFmt
Available on crate feature
alloc only.Source§exec fn serialize_into(&self, v: &Ia5StringOwned, obuf: &mut Output)
exec fn serialize_into(&self, v: &Ia5StringOwned, obuf: &mut Output)
Auto Trait Implementations§
impl Freeze for Ia5StringOwned
impl RefUnwindSafe for Ia5StringOwned
impl Send for Ia5StringOwned
impl Sync for Ia5StringOwned
impl Unpin for Ia5StringOwned
impl UnsafeUnpin for Ia5StringOwned
impl UnwindSafe for Ia5StringOwned
Blanket Implementations§
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