pub struct SlackInteractionActionMessageContainerInit {
pub message_ts: SlackTs,
}
Fields§
§message_ts: SlackTs
Trait Implementations§
source§impl From<SlackInteractionActionMessageContainerInit> for SlackInteractionActionMessageContainer
impl From<SlackInteractionActionMessageContainerInit> for SlackInteractionActionMessageContainer
source§fn 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§
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