pub struct StringType { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for StringType
impl Debug for StringType
Source§impl Type for StringType
impl Type for StringType
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