pub enum RemoteControlStatusErrorState {
Error,
}Expand description
Remote control state tag: setup failed.
Variants§
Error
Trait Implementations§
Source§impl Clone for RemoteControlStatusErrorState
impl Clone for RemoteControlStatusErrorState
Source§fn clone(&self) -> RemoteControlStatusErrorState
fn clone(&self) -> RemoteControlStatusErrorState
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 Default for RemoteControlStatusErrorState
impl Default for RemoteControlStatusErrorState
Source§fn default() -> RemoteControlStatusErrorState
fn default() -> RemoteControlStatusErrorState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoteControlStatusErrorState
impl<'de> Deserialize<'de> for RemoteControlStatusErrorState
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
impl Eq for RemoteControlStatusErrorState
Source§impl PartialEq for RemoteControlStatusErrorState
impl PartialEq for RemoteControlStatusErrorState
Source§fn eq(&self, other: &RemoteControlStatusErrorState) -> bool
fn eq(&self, other: &RemoteControlStatusErrorState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoteControlStatusErrorState
Auto Trait Implementations§
impl Freeze for RemoteControlStatusErrorState
impl RefUnwindSafe for RemoteControlStatusErrorState
impl Send for RemoteControlStatusErrorState
impl Sync for RemoteControlStatusErrorState
impl Unpin for RemoteControlStatusErrorState
impl UnsafeUnpin for RemoteControlStatusErrorState
impl UnwindSafe for RemoteControlStatusErrorState
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