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