pub struct TrackObject {
pub group_id: u64,
pub object_id: u64,
pub size: usize,
pub status: ObjectStatus,
}
Fields§
§group_id: u64
§object_id: u64
§size: usize
§status: ObjectStatus
Trait Implementations§
Source§impl Clone for TrackObject
impl Clone for TrackObject
Source§fn clone(&self) -> TrackObject
fn clone(&self) -> TrackObject
Returns a copy of the value. Read more
1.0.0 · 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 TrackObject
impl Debug for TrackObject
Source§impl Decode for TrackObject
impl Decode for TrackObject
Auto Trait Implementations§
impl Freeze for TrackObject
impl RefUnwindSafe for TrackObject
impl Send for TrackObject
impl Sync for TrackObject
impl Unpin for TrackObject
impl UnwindSafe for TrackObject
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