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