pub struct PayloadEntry {
pub id: String,
pub host: String,
pub norm_path: String,
pub bytes: i64,
}Fields§
§id: String§host: String§norm_path: String§bytes: i64Trait Implementations§
Source§impl Debug for PayloadEntry
impl Debug for PayloadEntry
Auto Trait Implementations§
impl Freeze for PayloadEntry
impl RefUnwindSafe for PayloadEntry
impl Send for PayloadEntry
impl Sync for PayloadEntry
impl Unpin for PayloadEntry
impl UnsafeUnpin for PayloadEntry
impl UnwindSafe for PayloadEntry
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