pub struct EditorMarkupContent {
pub value: String,
}Fields§
§value: StringTrait Implementations§
Source§impl Clone for EditorMarkupContent
impl Clone for EditorMarkupContent
Source§fn clone(&self) -> EditorMarkupContent
fn clone(&self) -> EditorMarkupContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EditorMarkupContent
impl Debug for EditorMarkupContent
impl Eq for EditorMarkupContent
Source§impl PartialEq for EditorMarkupContent
impl PartialEq for EditorMarkupContent
Source§fn eq(&self, other: &EditorMarkupContent) -> bool
fn eq(&self, other: &EditorMarkupContent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EditorMarkupContent
Auto Trait Implementations§
impl Freeze for EditorMarkupContent
impl RefUnwindSafe for EditorMarkupContent
impl Send for EditorMarkupContent
impl Sync for EditorMarkupContent
impl Unpin for EditorMarkupContent
impl UnsafeUnpin for EditorMarkupContent
impl UnwindSafe for EditorMarkupContent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.