pub struct SlackApiPinsListResponse {
pub items: Vec<SlackPin>,
}Fields§
§items: Vec<SlackPin>Implementations§
Trait Implementations§
Source§impl Clone for SlackApiPinsListResponse
impl Clone for SlackApiPinsListResponse
Source§fn clone(&self) -> SlackApiPinsListResponse
fn clone(&self) -> SlackApiPinsListResponse
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 SlackApiPinsListResponse
impl Debug for SlackApiPinsListResponse
Source§impl<'de> Deserialize<'de> for SlackApiPinsListResponse
impl<'de> Deserialize<'de> for SlackApiPinsListResponse
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<SlackApiPinsListResponseInit> for SlackApiPinsListResponse
impl From<SlackApiPinsListResponseInit> for SlackApiPinsListResponse
Source§fn from(value: SlackApiPinsListResponseInit) -> Self
fn from(value: SlackApiPinsListResponseInit) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackApiPinsListResponse
impl PartialEq for SlackApiPinsListResponse
Source§impl Serialize for SlackApiPinsListResponse
impl Serialize for SlackApiPinsListResponse
impl StructuralPartialEq for SlackApiPinsListResponse
Auto Trait Implementations§
impl Freeze for SlackApiPinsListResponse
impl RefUnwindSafe for SlackApiPinsListResponse
impl Send for SlackApiPinsListResponse
impl Sync for SlackApiPinsListResponse
impl Unpin for SlackApiPinsListResponse
impl UnwindSafe for SlackApiPinsListResponse
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