pub struct OneLineCode { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Debug for OneLineCode
impl Debug for OneLineCode
Source§impl Display for OneLineCode
impl Display for OneLineCode
Source§impl From<OneLineCode> for MarkdownElement
impl From<OneLineCode> for MarkdownElement
Source§fn from(value: OneLineCode) -> Self
fn from(value: OneLineCode) -> Self
Converts to this type from the input type.
Source§impl Hash for OneLineCode
impl Hash for OneLineCode
Source§impl PartialEq for OneLineCode
impl PartialEq for OneLineCode
Source§impl ToMarkdownString for OneLineCode
impl ToMarkdownString for OneLineCode
Source§fn to_markdown_string(&self, option: &ToMarkdownStringOption) -> String
fn to_markdown_string(&self, option: &ToMarkdownStringOption) -> String
Returns the content of the inline code as markdown styled text.
impl Eq for OneLineCode
impl StructuralPartialEq for OneLineCode
Auto Trait Implementations§
impl Freeze for OneLineCode
impl RefUnwindSafe for OneLineCode
impl Send for OneLineCode
impl Sync for OneLineCode
impl Unpin for OneLineCode
impl UnwindSafe for OneLineCode
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