pub struct RemoteNode { /* private fields */ }Implementations§
Source§impl RemoteNode
impl RemoteNode
pub fn new<R: UpdateReceiver + 'static, S: UpdateSender + 'static>( receiver: R, sender: S, sync_mode: SyncMode, ) -> Self
pub fn new_connected_test_pair() -> (Self, Self)
Auto Trait Implementations§
impl Freeze for RemoteNode
impl !RefUnwindSafe for RemoteNode
impl Send for RemoteNode
impl !Sync for RemoteNode
impl Unpin for RemoteNode
impl !UnwindSafe for RemoteNode
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