pub struct SizeDelta {
pub endpoint: String,
pub base_bytes: i64,
pub new_bytes: i64,
pub severity: String,
}Fields§
§endpoint: String§base_bytes: i64§new_bytes: i64§severity: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SizeDelta
impl RefUnwindSafe for SizeDelta
impl Send for SizeDelta
impl Sync for SizeDelta
impl Unpin for SizeDelta
impl UnsafeUnpin for SizeDelta
impl UnwindSafe for SizeDelta
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