pub struct SlackInteractionActionMessageContainerInit {
pub message_ts: SlackTs,
}Fields
message_ts: SlackTsTrait Implementations
sourceimpl From<SlackInteractionActionMessageContainerInit> for SlackInteractionActionMessageContainer
impl From<SlackInteractionActionMessageContainerInit> for SlackInteractionActionMessageContainer
sourcefn from(value: SlackInteractionActionMessageContainerInit) -> Self
fn from(value: SlackInteractionActionMessageContainerInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackInteractionActionMessageContainerInit
impl Send for SlackInteractionActionMessageContainerInit
impl Sync for SlackInteractionActionMessageContainerInit
impl Unpin for SlackInteractionActionMessageContainerInit
impl UnwindSafe for SlackInteractionActionMessageContainerInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more