pub struct RichTextViewSingleLine;
Implementations§
Trait Implementations§
Source§impl Clone for RichTextViewSingleLine
impl Clone for RichTextViewSingleLine
Source§fn clone(&self) -> RichTextViewSingleLine
fn clone(&self) -> RichTextViewSingleLine
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 RichTextViewSingleLine
impl Debug for RichTextViewSingleLine
Source§impl Default for RichTextViewSingleLine
impl Default for RichTextViewSingleLine
Source§fn default() -> RichTextViewSingleLine
fn default() -> RichTextViewSingleLine
Returns the “default value” for a type. Read more
Source§impl<'a, I> View<I> for RichTextViewSingleLinewhere
I: IntoIterator<Item = RichTextPart<'a>>,
impl<'a, I> View<I> for RichTextViewSingleLinewhere
I: IntoIterator<Item = RichTextPart<'a>>,
impl Copy for RichTextViewSingleLine
Auto Trait Implementations§
impl Freeze for RichTextViewSingleLine
impl RefUnwindSafe for RichTextViewSingleLine
impl Send for RichTextViewSingleLine
impl Sync for RichTextViewSingleLine
impl Unpin for RichTextViewSingleLine
impl UnwindSafe for RichTextViewSingleLine
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