pub struct plain;Available on crate feature
blox only.Expand description
Plain text
Trait Implementations§
Source§impl TextKind<Contents> for plain
impl TextKind<Contents> for plain
Source§fn set_kind<M>(self, builder: TextBuilder<Text, M>) -> TextBuilder<Plain, M>
fn set_kind<M>(self, builder: TextBuilder<Text, M>) -> TextBuilder<Plain, M>
Invoke
TextBuilder.mrkdwn or TextBuilder.plainimpl Copy for plain
Auto Trait Implementations§
impl Freeze for plain
impl RefUnwindSafe for plain
impl Send for plain
impl Sync for plain
impl Unpin for plain
impl UnwindSafe for plain
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