pub struct HatchingDialogProps {
pub state: HatchState,
pub agent_name: String,
}Fields§
§state: HatchState§agent_name: StringTrait Implementations§
Source§impl Default for HatchingDialogProps
impl Default for HatchingDialogProps
Source§fn default() -> HatchingDialogProps
fn default() -> HatchingDialogProps
Returns the “default value” for a type. Read more
impl Props for HatchingDialogProps
Auto Trait Implementations§
impl Freeze for HatchingDialogProps
impl RefUnwindSafe for HatchingDialogProps
impl Send for HatchingDialogProps
impl Sync for HatchingDialogProps
impl Unpin for HatchingDialogProps
impl UnsafeUnpin for HatchingDialogProps
impl UnwindSafe for HatchingDialogProps
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