pub struct RawTextBox { /* private fields */ }Expand description
A patchable unstyled text builder matching TextProps::new(...) defaults.
Implementations§
Trait Implementations§
Source§impl Clone for RawTextBox
impl Clone for RawTextBox
Source§fn clone(&self) -> RawTextBox
fn clone(&self) -> RawTextBox
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RawTextBox
impl Debug for RawTextBox
Source§impl<H: UiHost> IntoUiElement<H> for RawTextBox
impl<H: UiHost> IntoUiElement<H> for RawTextBox
fn into_element(self, cx: &mut ElementContext<'_, H>) -> AnyElement
Source§impl UiPatchTarget for RawTextBox
impl UiPatchTarget for RawTextBox
Source§fn apply_ui_patch(self, patch: UiPatch) -> Self
fn apply_ui_patch(self, patch: UiPatch) -> Self
Applies an aggregated authoring patch (chrome + layout) and returns the refined value. Read more
impl UiSupportsLayout for RawTextBox
Auto Trait Implementations§
impl Freeze for RawTextBox
impl RefUnwindSafe for RawTextBox
impl Send for RawTextBox
impl Sync for RawTextBox
impl Unpin for RawTextBox
impl UnsafeUnpin for RawTextBox
impl UnwindSafe for RawTextBox
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