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