pub struct StringRef {
pub formula: String,
pub values: Vec<String>,
/* private fields */
}Expand description
A formula-backed string cache whose count and point indexes are derived.
Fields§
§formula: String§values: Vec<String>Implementations§
Trait Implementations§
impl StructuralPartialEq for StringRef
Auto Trait Implementations§
impl Freeze for StringRef
impl RefUnwindSafe for StringRef
impl Send for StringRef
impl Sync for StringRef
impl Unpin for StringRef
impl UnsafeUnpin for StringRef
impl UnwindSafe for StringRef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more