pub struct AnvilLaunchPrompt {
pub name: String,
pub port: String,
pub fork_url: String,
pub extra_flags: String,
pub focus: AnvilPromptField,
pub error: Option<String>,
}Fields§
§name: String§port: String§fork_url: String§extra_flags: String§focus: AnvilPromptField§error: Option<String>Trait Implementations§
Source§impl Clone for AnvilLaunchPrompt
impl Clone for AnvilLaunchPrompt
Source§fn clone(&self) -> AnvilLaunchPrompt
fn clone(&self) -> AnvilLaunchPrompt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AnvilLaunchPrompt
impl RefUnwindSafe for AnvilLaunchPrompt
impl Send for AnvilLaunchPrompt
impl Sync for AnvilLaunchPrompt
impl Unpin for AnvilLaunchPrompt
impl UnsafeUnpin for AnvilLaunchPrompt
impl UnwindSafe for AnvilLaunchPrompt
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