Enum rlbot::RespawnTimeOption [−][src]
#[repr(i32)]pub enum RespawnTimeOption { Three_Seconds, Two_Seconds, One_Seconds, Disable_Goal_Reset, }
Variants
Three_SecondsTwo_SecondsOne_SecondsDisable_Goal_Reset
Trait Implementations
impl Debug for RespawnTimeOption[src]
impl Debug for RespawnTimeOptionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for RespawnTimeOption[src]
impl Copy for RespawnTimeOptionimpl Clone for RespawnTimeOption[src]
impl Clone for RespawnTimeOptionfn clone(&self) -> RespawnTimeOption[src]
fn clone(&self) -> RespawnTimeOptionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for RespawnTimeOption[src]
impl PartialEq for RespawnTimeOptionfn eq(&self, other: &RespawnTimeOption) -> bool[src]
fn eq(&self, other: &RespawnTimeOption) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for RespawnTimeOption[src]
impl Eq for RespawnTimeOptionimpl Hash for RespawnTimeOption[src]
impl Hash for RespawnTimeOptionAuto Trait Implementations
impl Send for RespawnTimeOption
impl Send for RespawnTimeOptionimpl Sync for RespawnTimeOption
impl Sync for RespawnTimeOption