pub struct SlackApiPinsListResponseInit {
pub items: Vec<SlackPin>,
}Fields§
§items: Vec<SlackPin>Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for SlackApiPinsListResponseInit
impl RefUnwindSafe for SlackApiPinsListResponseInit
impl Send for SlackApiPinsListResponseInit
impl Sync for SlackApiPinsListResponseInit
impl Unpin for SlackApiPinsListResponseInit
impl UnwindSafe for SlackApiPinsListResponseInit
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