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
Converts to this type from the input type.
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 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