Struct slack_morphism::prelude::blocks::SlackBlockPlainTextInit
source · pub struct SlackBlockPlainTextInit {
pub text: String,
}Fields
text: StringTrait Implementations
sourceimpl From<SlackBlockPlainTextInit> for SlackBlockPlainText
impl From<SlackBlockPlainTextInit> for SlackBlockPlainText
sourcefn from(value: SlackBlockPlainTextInit) -> Self
fn from(value: SlackBlockPlainTextInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackBlockPlainTextInit
impl Send for SlackBlockPlainTextInit
impl Sync for SlackBlockPlainTextInit
impl Unpin for SlackBlockPlainTextInit
impl UnwindSafe for SlackBlockPlainTextInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more