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