pub struct InlineCodeNode {
pub code: String,
}Fields§
§code: StringTrait Implementations§
Source§impl Clone for InlineCodeNode
impl Clone for InlineCodeNode
Source§fn clone(&self) -> InlineCodeNode
fn clone(&self) -> InlineCodeNode
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 InlineCodeNode
impl Debug for InlineCodeNode
Source§impl<'de> Deserialize<'de> for InlineCodeNode
impl<'de> Deserialize<'de> for InlineCodeNode
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 InlineCodeNode
impl PartialEq for InlineCodeNode
Source§fn eq(&self, other: &InlineCodeNode) -> bool
fn eq(&self, other: &InlineCodeNode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for InlineCodeNode
impl Serialize for InlineCodeNode
impl Eq for InlineCodeNode
impl StructuralPartialEq for InlineCodeNode
Auto Trait Implementations§
impl Freeze for InlineCodeNode
impl RefUnwindSafe for InlineCodeNode
impl Send for InlineCodeNode
impl Sync for InlineCodeNode
impl Unpin for InlineCodeNode
impl UnsafeUnpin for InlineCodeNode
impl UnwindSafe for InlineCodeNode
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