pub struct StringWidget;
Expand description
Widget for the String
type.
Trait Implementations§
Source§impl Default for StringWidget
impl Default for StringWidget
Source§fn default() -> StringWidget
fn default() -> StringWidget
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StringWidget
impl RefUnwindSafe for StringWidget
impl Send for StringWidget
impl Sync for StringWidget
impl Unpin for StringWidget
impl UnwindSafe for StringWidget
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