Struct slack_morphism::SlackUpdatedMessageInit
source · pub struct SlackUpdatedMessageInit {
pub sender: SlackMessageSender,
pub content: SlackMessageContent,
}
Fields§
§sender: SlackMessageSender
§content: SlackMessageContent
Trait Implementations§
source§impl From<SlackUpdatedMessageInit> for SlackUpdatedMessage
impl From<SlackUpdatedMessageInit> for SlackUpdatedMessage
source§fn from(value: SlackUpdatedMessageInit) -> Self
fn from(value: SlackUpdatedMessageInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackUpdatedMessageInit
impl Send for SlackUpdatedMessageInit
impl Sync for SlackUpdatedMessageInit
impl Unpin for SlackUpdatedMessageInit
impl UnwindSafe for SlackUpdatedMessageInit
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