pub struct RemoteLocation {
pub host: String,
pub port: JsUInt,
}Fields§
§host: String§port: JsUIntTrait Implementations§
Source§impl Clone for RemoteLocation
impl Clone for RemoteLocation
Source§fn clone(&self) -> RemoteLocation
fn clone(&self) -> RemoteLocation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemoteLocation
impl Debug for RemoteLocation
Source§impl<'de> Deserialize<'de> for RemoteLocation
impl<'de> Deserialize<'de> for RemoteLocation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RemoteLocation
impl PartialEq for RemoteLocation
Source§impl Serialize for RemoteLocation
impl Serialize for RemoteLocation
impl StructuralPartialEq for RemoteLocation
Auto Trait Implementations§
impl Freeze for RemoteLocation
impl RefUnwindSafe for RemoteLocation
impl Send for RemoteLocation
impl Sync for RemoteLocation
impl Unpin for RemoteLocation
impl UnwindSafe for RemoteLocation
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