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