pub struct SlackInteractionActionMessageAttachmentContainerInit {
pub message_ts: SlackTs,
pub attachment_id: SlackMessageAttachmentId,
}Fields§
§message_ts: SlackTs§attachment_id: SlackMessageAttachmentIdTrait Implementations§
Source§impl From<SlackInteractionActionMessageAttachmentContainerInit> for SlackInteractionActionMessageAttachmentContainer
impl From<SlackInteractionActionMessageAttachmentContainerInit> for SlackInteractionActionMessageAttachmentContainer
Source§fn from(value: SlackInteractionActionMessageAttachmentContainerInit) -> Self
fn from(value: SlackInteractionActionMessageAttachmentContainerInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackInteractionActionMessageAttachmentContainerInit
impl RefUnwindSafe for SlackInteractionActionMessageAttachmentContainerInit
impl Send for SlackInteractionActionMessageAttachmentContainerInit
impl Sync for SlackInteractionActionMessageAttachmentContainerInit
impl Unpin for SlackInteractionActionMessageAttachmentContainerInit
impl UnsafeUnpin for SlackInteractionActionMessageAttachmentContainerInit
impl UnwindSafe for SlackInteractionActionMessageAttachmentContainerInit
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