pub struct AppliedMeteringCorrection {
pub correction: MeteringCorrection,
pub actor_id: SubjectId,
pub seq: u64,
}Expand description
Accepted correction with server-derived actor and immutable event position.
Fields§
§correction: MeteringCorrectionCaller-supplied report.
actor_id: SubjectIdAuthenticated reporting subject.
seq: u64Session event sequence of first acceptance.
Trait Implementations§
Source§impl Clone for AppliedMeteringCorrection
impl Clone for AppliedMeteringCorrection
Source§fn clone(&self) -> AppliedMeteringCorrection
fn clone(&self) -> AppliedMeteringCorrection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AppliedMeteringCorrection
impl Debug for AppliedMeteringCorrection
impl Eq for AppliedMeteringCorrection
impl StructuralPartialEq for AppliedMeteringCorrection
Auto Trait Implementations§
impl Freeze for AppliedMeteringCorrection
impl RefUnwindSafe for AppliedMeteringCorrection
impl Send for AppliedMeteringCorrection
impl Sync for AppliedMeteringCorrection
impl Unpin for AppliedMeteringCorrection
impl UnsafeUnpin for AppliedMeteringCorrection
impl UnwindSafe for AppliedMeteringCorrection
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