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