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