Struct whiskers_widgets::StringWidget
source · 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 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