pub struct StrInner {
pub inner: String,
pub flags: Option<StringFlags>,
}Fields§
§inner: String§flags: Option<StringFlags>Trait Implementations§
impl StructuralPartialEq for StrInner
Auto Trait Implementations§
impl Freeze for StrInner
impl RefUnwindSafe for StrInner
impl Send for StrInner
impl Sync for StrInner
impl Unpin for StrInner
impl UnwindSafe for StrInner
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