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