pub struct SolarPanel { /* private fields */ }Implementations§
Source§impl SolarPanel
impl SolarPanel
Source§impl SolarPanel
impl SolarPanel
Source§impl SolarPanel
impl SolarPanel
Source§impl SolarPanel
impl SolarPanel
Source§impl SolarPanel
impl SolarPanel
pub fn get_state_stream(&self) -> Result<Stream<SolarPanelState>, RpcError>
pub fn get_state(&self) -> Result<SolarPanelState, RpcError>
Source§impl SolarPanel
impl SolarPanel
Auto Trait Implementations§
impl Freeze for SolarPanel
impl RefUnwindSafe for SolarPanel
impl Send for SolarPanel
impl Sync for SolarPanel
impl Unpin for SolarPanel
impl UnwindSafe for SolarPanel
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