pub struct StreamsGroupEndpoint {
pub host: String,
pub port: u16,
}Expand description
A host and port exposed by a Streams group member.
Fields§
§host: String§port: u16Trait Implementations§
Source§impl Clone for StreamsGroupEndpoint
impl Clone for StreamsGroupEndpoint
Source§fn clone(&self) -> StreamsGroupEndpoint
fn clone(&self) -> StreamsGroupEndpoint
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 StreamsGroupEndpoint
impl Debug for StreamsGroupEndpoint
impl Eq for StreamsGroupEndpoint
Source§impl PartialEq for StreamsGroupEndpoint
impl PartialEq for StreamsGroupEndpoint
impl StructuralPartialEq for StreamsGroupEndpoint
Auto Trait Implementations§
impl Freeze for StreamsGroupEndpoint
impl RefUnwindSafe for StreamsGroupEndpoint
impl Send for StreamsGroupEndpoint
impl Sync for StreamsGroupEndpoint
impl Unpin for StreamsGroupEndpoint
impl UnsafeUnpin for StreamsGroupEndpoint
impl UnwindSafe for StreamsGroupEndpoint
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