pub struct StreamsGroupHeartbeatStatus {
pub status_code: i8,
pub status_detail: String,
}Expand description
A status entry returned by StreamsGroupHeartbeat.
Fields§
§status_code: i8§status_detail: StringTrait Implementations§
Source§impl Clone for StreamsGroupHeartbeatStatus
impl Clone for StreamsGroupHeartbeatStatus
Source§fn clone(&self) -> StreamsGroupHeartbeatStatus
fn clone(&self) -> StreamsGroupHeartbeatStatus
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 StreamsGroupHeartbeatStatus
impl Debug for StreamsGroupHeartbeatStatus
impl Eq for StreamsGroupHeartbeatStatus
impl StructuralPartialEq for StreamsGroupHeartbeatStatus
Auto Trait Implementations§
impl Freeze for StreamsGroupHeartbeatStatus
impl RefUnwindSafe for StreamsGroupHeartbeatStatus
impl Send for StreamsGroupHeartbeatStatus
impl Sync for StreamsGroupHeartbeatStatus
impl Unpin for StreamsGroupHeartbeatStatus
impl UnsafeUnpin for StreamsGroupHeartbeatStatus
impl UnwindSafe for StreamsGroupHeartbeatStatus
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