Enum rust_ocpp::v2_0_1::enumerations::reservation_update_status_enum_type::ReservationUpdateStatusEnumType
source · pub enum ReservationUpdateStatusEnumType {
Expired,
Removed,
}Variants§
Trait Implementations§
source§impl Clone for ReservationUpdateStatusEnumType
impl Clone for ReservationUpdateStatusEnumType
source§fn clone(&self) -> ReservationUpdateStatusEnumType
fn clone(&self) -> ReservationUpdateStatusEnumType
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 Default for ReservationUpdateStatusEnumType
impl Default for ReservationUpdateStatusEnumType
source§fn default() -> ReservationUpdateStatusEnumType
fn default() -> ReservationUpdateStatusEnumType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReservationUpdateStatusEnumType
impl<'de> Deserialize<'de> for ReservationUpdateStatusEnumType
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<ReservationUpdateStatusEnumType> for ReservationUpdateStatusEnumType
impl PartialEq<ReservationUpdateStatusEnumType> for ReservationUpdateStatusEnumType
source§fn eq(&self, other: &ReservationUpdateStatusEnumType) -> bool
fn eq(&self, other: &ReservationUpdateStatusEnumType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ReservationUpdateStatusEnumType
Auto Trait Implementations§
impl RefUnwindSafe for ReservationUpdateStatusEnumType
impl Send for ReservationUpdateStatusEnumType
impl Sync for ReservationUpdateStatusEnumType
impl Unpin for ReservationUpdateStatusEnumType
impl UnwindSafe for ReservationUpdateStatusEnumType
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