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