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