pub struct StringContent {
pub span: Span,
pub text: String,
}Fields§
§span: Span§text: StringTrait Implementations§
Source§impl Clone for StringContent
impl Clone for StringContent
Source§fn clone(&self) -> StringContent
fn clone(&self) -> StringContent
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 StringContent
impl Debug for StringContent
Source§impl<'de> Deserialize<'de> for StringContent
impl<'de> Deserialize<'de> for StringContent
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 StringContent
impl PartialEq for StringContent
Source§impl Serialize for StringContent
impl Serialize for StringContent
impl StructuralPartialEq for StringContent
Auto Trait Implementations§
impl Freeze for StringContent
impl RefUnwindSafe for StringContent
impl Send for StringContent
impl Sync for StringContent
impl Unpin for StringContent
impl UnsafeUnpin for StringContent
impl UnwindSafe for StringContent
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