pub struct Remote {
pub id: String,
pub mode: RemoteMode,
pub incoming: Receiver<UpdateMessage>,
pub outgoing: Sender<UpdateMessage>,
}Fields
id: Stringmode: RemoteModeincoming: Receiver<UpdateMessage>outgoing: Sender<UpdateMessage>Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Remote
impl Send for Remote
impl Sync for Remote
impl Unpin for Remote
impl !UnwindSafe for Remote
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more