pub struct NotifyAllowedEnergyTransferResponse {
pub custom_data: Option<CustomData>,
pub status: NotifyAllowedEnergyTransferStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: NotifyAllowedEnergyTransferStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Clone for NotifyAllowedEnergyTransferResponse
impl Clone for NotifyAllowedEnergyTransferResponse
Source§fn clone(&self) -> NotifyAllowedEnergyTransferResponse
fn clone(&self) -> NotifyAllowedEnergyTransferResponse
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 NotifyAllowedEnergyTransferResponse
impl StructuralPartialEq for NotifyAllowedEnergyTransferResponse
Auto Trait Implementations§
impl Freeze for NotifyAllowedEnergyTransferResponse
impl RefUnwindSafe for NotifyAllowedEnergyTransferResponse
impl Send for NotifyAllowedEnergyTransferResponse
impl Sync for NotifyAllowedEnergyTransferResponse
impl Unpin for NotifyAllowedEnergyTransferResponse
impl UnsafeUnpin for NotifyAllowedEnergyTransferResponse
impl UnwindSafe for NotifyAllowedEnergyTransferResponse
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