pub enum UnlockConnectorResponseStatus {
Unlocked,
UnlockFailed,
NotSupported,
}Variants§
Trait Implementations§
Source§impl Clone for UnlockConnectorResponseStatus
impl Clone for UnlockConnectorResponseStatus
Source§fn clone(&self) -> UnlockConnectorResponseStatus
fn clone(&self) -> UnlockConnectorResponseStatus
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 UnlockConnectorResponseStatus
impl<'de> Deserialize<'de> for UnlockConnectorResponseStatus
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 UnlockConnectorResponseStatus
impl StructuralPartialEq for UnlockConnectorResponseStatus
Source§impl Validate for UnlockConnectorResponseStatus
Available on crate feature validate only.
impl Validate for UnlockConnectorResponseStatus
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for UnlockConnectorResponseStatus
impl RefUnwindSafe for UnlockConnectorResponseStatus
impl Send for UnlockConnectorResponseStatus
impl Sync for UnlockConnectorResponseStatus
impl Unpin for UnlockConnectorResponseStatus
impl UnsafeUnpin for UnlockConnectorResponseStatus
impl UnwindSafe for UnlockConnectorResponseStatus
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