Enum oc2_hlapi::types::RobotActionResult
source · pub enum RobotActionResult {
Incomplete,
Success,
Failure,
}Expand description
The state of a robot’s current action.
Variants§
Trait Implementations§
source§impl Clone for RobotActionResult
impl Clone for RobotActionResult
source§fn clone(&self) -> RobotActionResult
fn clone(&self) -> RobotActionResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RobotActionResult
impl Debug for RobotActionResult
source§impl<'de> Deserialize<'de> for RobotActionResult
impl<'de> Deserialize<'de> for RobotActionResult
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for RobotActionResult
impl Hash for RobotActionResult
source§impl Ord for RobotActionResult
impl Ord for RobotActionResult
source§fn cmp(&self, other: &RobotActionResult) -> Ordering
fn cmp(&self, other: &RobotActionResult) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for RobotActionResult
impl PartialEq for RobotActionResult
source§fn eq(&self, other: &RobotActionResult) -> bool
fn eq(&self, other: &RobotActionResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for RobotActionResult
impl PartialOrd for RobotActionResult
source§fn partial_cmp(&self, other: &RobotActionResult) -> Option<Ordering>
fn partial_cmp(&self, other: &RobotActionResult) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for RobotActionResult
impl Serialize for RobotActionResult
impl Copy for RobotActionResult
impl Eq for RobotActionResult
impl StructuralPartialEq for RobotActionResult
Auto Trait Implementations§
impl Freeze for RobotActionResult
impl RefUnwindSafe for RobotActionResult
impl Send for RobotActionResult
impl Sync for RobotActionResult
impl Unpin for RobotActionResult
impl UnwindSafe for RobotActionResult
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)