pub struct LocalCommunicator;Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalCommunicator
impl RefUnwindSafe for LocalCommunicator
impl Send for LocalCommunicator
impl Sync for LocalCommunicator
impl Unpin for LocalCommunicator
impl UnsafeUnpin for LocalCommunicator
impl UnwindSafe for LocalCommunicator
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