pub struct ProcessEndpointPlan {
pub host: String,
pub port: u16,
}Fields§
§host: String§port: u16Trait Implementations§
Source§impl Clone for ProcessEndpointPlan
impl Clone for ProcessEndpointPlan
Source§fn clone(&self) -> ProcessEndpointPlan
fn clone(&self) -> ProcessEndpointPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProcessEndpointPlan
impl Debug for ProcessEndpointPlan
Source§impl<'de> Deserialize<'de> for ProcessEndpointPlan
impl<'de> Deserialize<'de> for ProcessEndpointPlan
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
impl Eq for ProcessEndpointPlan
Source§impl PartialEq for ProcessEndpointPlan
impl PartialEq for ProcessEndpointPlan
Source§impl Serialize for ProcessEndpointPlan
impl Serialize for ProcessEndpointPlan
impl StructuralPartialEq for ProcessEndpointPlan
Auto Trait Implementations§
impl Freeze for ProcessEndpointPlan
impl RefUnwindSafe for ProcessEndpointPlan
impl Send for ProcessEndpointPlan
impl Sync for ProcessEndpointPlan
impl Unpin for ProcessEndpointPlan
impl UnsafeUnpin for ProcessEndpointPlan
impl UnwindSafe for ProcessEndpointPlan
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