Struct speedrun_api::api::engines::EngineBuilder
source · [−]pub struct EngineBuilder<'a> { /* private fields */ }Expand description
Builder for Engine.
Implementations
Trait Implementations
sourceimpl<'a> Clone for EngineBuilder<'a>
impl<'a> Clone for EngineBuilder<'a>
sourcefn clone(&self) -> EngineBuilder<'a>
fn clone(&self) -> EngineBuilder<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for EngineBuilder<'a>
impl<'a> Send for EngineBuilder<'a>
impl<'a> Sync for EngineBuilder<'a>
impl<'a> Unpin for EngineBuilder<'a>
impl<'a> UnwindSafe for EngineBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more