pub struct Remote {
pub addr: String,
pub port: u16,
}
Expand description
This describes a remote machine that we can connect to.
Fields§
§addr: String
§port: u16
Trait Implementations§
source§impl PartialEq for Remote
impl PartialEq for Remote
impl Eq for Remote
impl StructuralEq for Remote
impl StructuralPartialEq for Remote
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§
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