pub struct EndpointDelta {
pub endpoint: String,
pub status: i64,
pub count: usize,
pub severity: String,
}Fields§
§endpoint: String§status: i64§count: usize§severity: StringTrait Implementations§
Source§impl Debug for EndpointDelta
impl Debug for EndpointDelta
Auto Trait Implementations§
impl Freeze for EndpointDelta
impl RefUnwindSafe for EndpointDelta
impl Send for EndpointDelta
impl Sync for EndpointDelta
impl Unpin for EndpointDelta
impl UnsafeUnpin for EndpointDelta
impl UnwindSafe for EndpointDelta
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