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