pub struct SlackApiConversationsRenameRequestInit {
pub channel: SlackChannelId,
pub name: String,
}
Fields§
§channel: SlackChannelId
§name: String
Trait Implementations§
source§impl From<SlackApiConversationsRenameRequestInit> for SlackApiConversationsRenameRequest
impl From<SlackApiConversationsRenameRequestInit> for SlackApiConversationsRenameRequest
source§fn from(value: SlackApiConversationsRenameRequestInit) -> Self
fn from(value: SlackApiConversationsRenameRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiConversationsRenameRequestInit
impl Send for SlackApiConversationsRenameRequestInit
impl Sync for SlackApiConversationsRenameRequestInit
impl Unpin for SlackApiConversationsRenameRequestInit
impl UnwindSafe for SlackApiConversationsRenameRequestInit
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