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: StringThe string value.
Implementations
Creates a new string container.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StringContainerimpl Send for StringContainerimpl Sync for StringContainerimpl Unpin for StringContainerimpl UnwindSafe for StringContainerBlanket Implementations
Mutably borrows from an owned value. Read more