Skip to main content

NonNulString1024

Type Alias NonNulString1024 

Source
pub type NonNulString1024 = StaticNonNulString<128>;
Expand description

A 1024-bit UTF-8-encoded string, with fixed capacity of 128 bytes, no nul chars.

Aliased Type§

pub struct NonNulString1024 { /* private fields */ }

Trait Implementations§

Source§

impl From<Char7> for NonNulString1024

Source§

fn from(c: Char7) -> NonNulString1024

Converts to this type from the input type.
Source§

impl From<Char8> for NonNulString1024

Source§

fn from(c: Char8) -> NonNulString1024

Converts to this type from the input type.
Source§

impl From<Char16> for NonNulString1024

Source§

fn from(c: Char16) -> NonNulString1024

Converts to this type from the input type.
Source§

impl From<Char24> for NonNulString1024

Source§

fn from(c: Char24) -> NonNulString1024

Converts to this type from the input type.
Source§

impl From<Char32> for NonNulString1024

Source§

fn from(c: Char32) -> NonNulString1024

Converts to this type from the input type.
Source§

impl From<char> for NonNulString1024

Source§

fn from(c: char) -> NonNulString1024

Converts to this type from the input type.