pub enum NotifyAllowedEnergyTransferStatusEnum {
Accepted,
Rejected,
}Variants§
Trait Implementations§
Source§impl Clone for NotifyAllowedEnergyTransferStatusEnum
impl Clone for NotifyAllowedEnergyTransferStatusEnum
Source§fn clone(&self) -> NotifyAllowedEnergyTransferStatusEnum
fn clone(&self) -> NotifyAllowedEnergyTransferStatusEnum
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 moreimpl Eq for NotifyAllowedEnergyTransferStatusEnum
impl StructuralPartialEq for NotifyAllowedEnergyTransferStatusEnum
Auto Trait Implementations§
impl Freeze for NotifyAllowedEnergyTransferStatusEnum
impl RefUnwindSafe for NotifyAllowedEnergyTransferStatusEnum
impl Send for NotifyAllowedEnergyTransferStatusEnum
impl Sync for NotifyAllowedEnergyTransferStatusEnum
impl Unpin for NotifyAllowedEnergyTransferStatusEnum
impl UnsafeUnpin for NotifyAllowedEnergyTransferStatusEnum
impl UnwindSafe for NotifyAllowedEnergyTransferStatusEnum
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