Struct adview_manager::manager::HistoryEntry
source · pub struct HistoryEntry {
pub time: DateTime<Utc>,
pub unit_id: IPFS,
pub campaign_id: CampaignId,
pub slot_id: IPFS,
}
Expand description
History entry of impressions (won auctions) which the Manager
holds.
Fields
time: DateTime<Utc>
unit_id: IPFS
campaign_id: CampaignId
slot_id: IPFS
Trait Implementations
sourceimpl Clone for HistoryEntry
impl Clone for HistoryEntry
sourcefn clone(&self) -> HistoryEntry
fn clone(&self) -> HistoryEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for HistoryEntry
impl Send for HistoryEntry
impl Sync for HistoryEntry
impl Unpin for HistoryEntry
impl UnwindSafe for HistoryEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more