pub struct NotifyAllowedEnergyTransfer;Expand description
Marker type for the NotifyAllowedEnergyTransfer action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyAllowedEnergyTransfer
impl RefUnwindSafe for NotifyAllowedEnergyTransfer
impl Send for NotifyAllowedEnergyTransfer
impl Sync for NotifyAllowedEnergyTransfer
impl Unpin for NotifyAllowedEnergyTransfer
impl UnsafeUnpin for NotifyAllowedEnergyTransfer
impl UnwindSafe for NotifyAllowedEnergyTransfer
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