pub struct StringType { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringType
impl !RefUnwindSafe for StringType
impl !Send for StringType
impl !Sync for StringType
impl Unpin for StringType
impl UnsafeUnpin for StringType
impl !UnwindSafe for StringType
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