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