pub struct MarkdownTextAsStructString(pub String);Tuple Fields§
§0: StringAuto Trait Implementations§
impl Freeze for MarkdownTextAsStructString
impl RefUnwindSafe for MarkdownTextAsStructString
impl Send for MarkdownTextAsStructString
impl Sync for MarkdownTextAsStructString
impl Unpin for MarkdownTextAsStructString
impl UnwindSafe for MarkdownTextAsStructString
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