pub type NonNulString64 = StaticNonNulString<8>;Expand description
A 64-bit UTF-8-encoded string, with fixed capacity of 8 bytes, no nul chars.
Aliased Type§
pub struct NonNulString64 { /* private fields */ }Trait Implementations§
Source§impl From<Char7> for NonNulString64
impl From<Char7> for NonNulString64
Source§fn from(c: Char7) -> NonNulString64
fn from(c: Char7) -> NonNulString64
Converts to this type from the input type.
Source§impl From<Char8> for NonNulString64
impl From<Char8> for NonNulString64
Source§fn from(c: Char8) -> NonNulString64
fn from(c: Char8) -> NonNulString64
Converts to this type from the input type.
Source§impl From<Char16> for NonNulString64
impl From<Char16> for NonNulString64
Source§fn from(c: Char16) -> NonNulString64
fn from(c: Char16) -> NonNulString64
Converts to this type from the input type.
Source§impl From<Char24> for NonNulString64
impl From<Char24> for NonNulString64
Source§fn from(c: Char24) -> NonNulString64
fn from(c: Char24) -> NonNulString64
Converts to this type from the input type.
Source§impl From<Char32> for NonNulString64
impl From<Char32> for NonNulString64
Source§fn from(c: Char32) -> NonNulString64
fn from(c: Char32) -> NonNulString64
Converts to this type from the input type.
Source§impl From<char> for NonNulString64
impl From<char> for NonNulString64
Source§fn from(c: char) -> NonNulString64
fn from(c: char) -> NonNulString64
Converts to this type from the input type.