pub struct AstroRunnerBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for AstroRunnerBuilder
impl Default for AstroRunnerBuilder
Source§fn default() -> AstroRunnerBuilder
fn default() -> AstroRunnerBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for AstroRunnerBuilder
impl !UnwindSafe for AstroRunnerBuilder
impl Freeze for AstroRunnerBuilder
impl Send for AstroRunnerBuilder
impl Sync for AstroRunnerBuilder
impl Unpin for AstroRunnerBuilder
impl UnsafeUnpin for AstroRunnerBuilder
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