pub struct SlackApiPinsListRequest {
pub channel: SlackChannelId,
}Fields§
§channel: SlackChannelIdImplementations§
Source§impl SlackApiPinsListRequest
impl SlackApiPinsListRequest
pub fn new(channel: SlackChannelId) -> Self
pub fn channel(&mut self, value: SlackChannelId) -> &mut Self
pub fn with_channel(self, value: SlackChannelId) -> Self
Trait Implementations§
Source§impl Clone for SlackApiPinsListRequest
impl Clone for SlackApiPinsListRequest
Source§fn clone(&self) -> SlackApiPinsListRequest
fn clone(&self) -> SlackApiPinsListRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SlackApiPinsListRequest
impl Debug for SlackApiPinsListRequest
Source§impl<'de> Deserialize<'de> for SlackApiPinsListRequest
impl<'de> Deserialize<'de> for SlackApiPinsListRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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.
Source§impl PartialEq for SlackApiPinsListRequest
impl PartialEq for SlackApiPinsListRequest
Source§impl Serialize for SlackApiPinsListRequest
impl Serialize for SlackApiPinsListRequest
impl StructuralPartialEq for SlackApiPinsListRequest
Auto Trait Implementations§
impl Freeze for SlackApiPinsListRequest
impl RefUnwindSafe for SlackApiPinsListRequest
impl Send for SlackApiPinsListRequest
impl Sync for SlackApiPinsListRequest
impl Unpin for SlackApiPinsListRequest
impl UnwindSafe for SlackApiPinsListRequest
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