pub struct Antenna { /* private fields */ }Implementations§
Source§impl Antenna
impl Antenna
pub fn get_target_body_stream(&self) -> Result<Stream<CelestialBody>, RpcError>
pub fn get_target_body(&self) -> Result<CelestialBody, RpcError>
Source§impl Antenna
impl Antenna
pub fn set_target_body_stream( &self, value: &CelestialBody, ) -> Result<Stream<()>, RpcError>
pub fn set_target_body(&self, value: &CelestialBody) -> Result<(), RpcError>
Auto Trait Implementations§
impl Freeze for Antenna
impl RefUnwindSafe for Antenna
impl Send for Antenna
impl Sync for Antenna
impl Unpin for Antenna
impl UnwindSafe for Antenna
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