Enum arret_runtime::boxed::StrStorage [−][src]
pub enum StrStorage {
Inline(BoxSize),
External,
}Describes the storage of a string’s data
Variants
Inline(BoxSize)String data is stored inline in a box of the given size
String data is stored out-of-line in a 16 byte box
Implementations
Trait Implementations
impl Clone for StrStorage[src]
impl Clone for StrStorage[src]fn clone(&self) -> StrStorage[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<StrStorage> for StrStorage[src]
impl PartialEq<StrStorage> for StrStorage[src]