pub struct RichTextProps {
pub block: HistoryBlock,
}Fields§
§block: HistoryBlockTrait Implementations§
Source§impl Clone for RichTextProps
impl Clone for RichTextProps
Source§fn clone(&self) -> RichTextProps
fn clone(&self) -> RichTextProps
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 RichTextProps
impl Debug for RichTextProps
Source§impl PartialEq for RichTextProps
impl PartialEq for RichTextProps
impl Eq for RichTextProps
impl StructuralPartialEq for RichTextProps
Auto Trait Implementations§
impl Freeze for RichTextProps
impl RefUnwindSafe for RichTextProps
impl Send for RichTextProps
impl Sync for RichTextProps
impl Unpin for RichTextProps
impl UnsafeUnpin for RichTextProps
impl UnwindSafe for RichTextProps
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