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