☰
ArcStr
ArcStr
Trait Implementations
HeapStr
In kstring::backend
Traits
HeapStr
Type Definitions
ArcStr
BoxedStr
RcStr
?
Type Definition
kstring
::
backend
::
ArcStr
source
·
[
−
]
pub type ArcStr =
Arc
<
str
>;
Expand description
Cross-thread, O(1) clones
Trait Implementations
source
impl
HeapStr
for
ArcStr
source
fn
from_str
(other: &
str
) -> Self
source
fn
from_string
(other:
String
) -> Self
source
fn
from_boxed_str
(other:
BoxedStr
) -> Self
source
fn
as_str
(&self) -> &
str