Struct speedrun_api::api::runs::UpdateRunStatus
source · [−]pub struct UpdateRunStatus<'a> { /* private fields */ }Expand description
Update the verification status for the run.
Requires a valid API key for an authenticated user. The authenticated user must have sufficient permissions (global moderator or game moderator) to change the verification status of a run.
Implementations
sourceimpl<'a> UpdateRunStatus<'a>
impl<'a> UpdateRunStatus<'a>
sourcepub fn builder() -> UpdateRunStatusBuilder<'a>
pub fn builder() -> UpdateRunStatusBuilder<'a>
Create a builder for this endpoint
Trait Implementations
sourceimpl<'a> Clone for UpdateRunStatus<'a>
impl<'a> Clone for UpdateRunStatus<'a>
sourcefn clone(&self) -> UpdateRunStatus<'a>
fn clone(&self) -> UpdateRunStatus<'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
sourceimpl<'a> Debug for UpdateRunStatus<'a>
impl<'a> Debug for UpdateRunStatus<'a>
sourceimpl<'a> Serialize for UpdateRunStatus<'a>
impl<'a> Serialize for UpdateRunStatus<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateRunStatus<'a>
impl<'a> Send for UpdateRunStatus<'a>
impl<'a> Sync for UpdateRunStatus<'a>
impl<'a> Unpin for UpdateRunStatus<'a>
impl<'a> UnwindSafe for UpdateRunStatus<'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