pub enum AddonRendererAdapterCommandState {
Accepted,
Rejected,
Failed,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AddonRendererAdapterCommandState
impl Clone for AddonRendererAdapterCommandState
Source§fn clone(&self) -> AddonRendererAdapterCommandState
fn clone(&self) -> AddonRendererAdapterCommandState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for AddonRendererAdapterCommandState
impl<'de> Deserialize<'de> for AddonRendererAdapterCommandState
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 PartialEq for AddonRendererAdapterCommandState
impl PartialEq for AddonRendererAdapterCommandState
Source§fn eq(&self, other: &AddonRendererAdapterCommandState) -> bool
fn eq(&self, other: &AddonRendererAdapterCommandState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AddonRendererAdapterCommandState
impl Eq for AddonRendererAdapterCommandState
impl StructuralPartialEq for AddonRendererAdapterCommandState
Auto Trait Implementations§
impl Freeze for AddonRendererAdapterCommandState
impl RefUnwindSafe for AddonRendererAdapterCommandState
impl Send for AddonRendererAdapterCommandState
impl Sync for AddonRendererAdapterCommandState
impl Unpin for AddonRendererAdapterCommandState
impl UnsafeUnpin for AddonRendererAdapterCommandState
impl UnwindSafe for AddonRendererAdapterCommandState
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