Struct dprint_core::formatting::StringContainer [−][src]
pub struct StringContainer { pub text: String, // some fields omitted }
Expand description
A container that holds the string’s value and character count.
Fields
text: String
The string value.
Implementations
Creates a new string container.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StringContainer
impl Send for StringContainer
impl Sync for StringContainer
impl Unpin for StringContainer
impl UnwindSafe for StringContainer
Blanket Implementations
Mutably borrows from an owned value. Read more