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