Struct dioxus_core::VText
source · pub struct VText<'a> {
pub value: &'a str,
/* private fields */
}
Expand description
An instance of some text, mounted to the DOM
Fields§
§value: &'a str
The actual text itself
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for VText<'a>
impl<'a> Send for VText<'a>
impl<'a> !Sync for VText<'a>
impl<'a> Unpin for VText<'a>
impl<'a> UnwindSafe for VText<'a>
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