pub enum RemoteStartStopStatus {
Accepted,
Rejected,
}
Expand description
The result of a RemoteStartTransaction.req or RemoteStopTransaction.req request.
Variants§
Trait Implementations§
Source§impl Clone for RemoteStartStopStatus
impl Clone for RemoteStartStopStatus
Source§fn clone(&self) -> RemoteStartStopStatus
fn clone(&self) -> RemoteStartStopStatus
Returns a duplicate 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 RemoteStartStopStatus
impl Debug for RemoteStartStopStatus
Source§impl Default for RemoteStartStopStatus
impl Default for RemoteStartStopStatus
Source§fn default() -> RemoteStartStopStatus
fn default() -> RemoteStartStopStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoteStartStopStatus
impl<'de> Deserialize<'de> for RemoteStartStopStatus
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 RemoteStartStopStatus
impl PartialEq for RemoteStartStopStatus
Source§impl Serialize for RemoteStartStopStatus
impl Serialize for RemoteStartStopStatus
impl StructuralPartialEq for RemoteStartStopStatus
Auto Trait Implementations§
impl Freeze for RemoteStartStopStatus
impl RefUnwindSafe for RemoteStartStopStatus
impl Send for RemoteStartStopStatus
impl Sync for RemoteStartStopStatus
impl Unpin for RemoteStartStopStatus
impl UnwindSafe for RemoteStartStopStatus
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