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