pub struct BrokerAddr {
pub node_id: i32,
pub host: String,
pub port: i32,
}Expand description
How to reach a broker.
Fields§
§node_id: i32§host: String§port: i32Implementations§
Trait Implementations§
Source§impl Clone for BrokerAddr
impl Clone for BrokerAddr
Source§fn clone(&self) -> BrokerAddr
fn clone(&self) -> BrokerAddr
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 BrokerAddr
impl Debug for BrokerAddr
impl Eq for BrokerAddr
Source§impl PartialEq for BrokerAddr
impl PartialEq for BrokerAddr
impl StructuralPartialEq for BrokerAddr
Auto Trait Implementations§
impl Freeze for BrokerAddr
impl RefUnwindSafe for BrokerAddr
impl Send for BrokerAddr
impl Sync for BrokerAddr
impl Unpin for BrokerAddr
impl UnsafeUnpin for BrokerAddr
impl UnwindSafe for BrokerAddr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.