pub struct RemoteCommunication {}Auto Trait Implementations§
impl Freeze for RemoteCommunication
impl RefUnwindSafe for RemoteCommunication
impl Send for RemoteCommunication
impl Sync for RemoteCommunication
impl Unpin for RemoteCommunication
impl UnwindSafe for RemoteCommunication
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