pub struct InlineSpan {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Source§impl Clone for InlineSpan
impl Clone for InlineSpan
Source§fn clone(&self) -> InlineSpan
fn clone(&self) -> InlineSpan
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 InlineSpan
impl Debug for InlineSpan
Source§impl<'de> Deserialize<'de> for InlineSpan
impl<'de> Deserialize<'de> for InlineSpan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InlineSpan
impl PartialEq for InlineSpan
Source§fn eq(&self, other: &InlineSpan) -> bool
fn eq(&self, other: &InlineSpan) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for InlineSpan
impl Serialize for InlineSpan
impl Eq for InlineSpan
impl StructuralPartialEq for InlineSpan
Auto Trait Implementations§
impl Freeze for InlineSpan
impl RefUnwindSafe for InlineSpan
impl Send for InlineSpan
impl Sync for InlineSpan
impl Unpin for InlineSpan
impl UnsafeUnpin for InlineSpan
impl UnwindSafe for InlineSpan
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