pub struct AtppStartPackage {
pub timestamp: i64,
pub token: String,
pub total_size: i64,
pub slice_count: i32,
pub slice_size: i32,
}
Fields§
§timestamp: i64
§token: String
§total_size: i64
§slice_count: i32
§slice_size: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtppStartPackage
impl RefUnwindSafe for AtppStartPackage
impl Send for AtppStartPackage
impl Sync for AtppStartPackage
impl Unpin for AtppStartPackage
impl UnwindSafe for AtppStartPackage
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