pub struct SetReportedAccountCount<S: State = Empty>(/* private fields */);Expand description
State transition - sets the reported_account_count field to Set
Trait Implementations§
Source§impl<S: State> State for SetReportedAccountCount<S>
impl<S: State> State for SetReportedAccountCount<S>
type RecordReportCount = <S as State>::RecordReportCount
type LabeledRecordCount = <S as State>::LabeledRecordCount
type AccountReportCount = <S as State>::AccountReportCount
type LabeledAccountCount = <S as State>::LabeledAccountCount
type TakendownAccountCount = <S as State>::TakendownAccountCount
type Did = <S as State>::Did
type ReportedRecordCount = <S as State>::ReportedRecordCount
type TakendownRecordCount = <S as State>::TakendownRecordCount
type ReportedAccountCount = Set<reported_account_count>
Auto Trait Implementations§
impl<S> Freeze for SetReportedAccountCount<S>
impl<S> RefUnwindSafe for SetReportedAccountCount<S>
impl<S> Send for SetReportedAccountCount<S>
impl<S> Sync for SetReportedAccountCount<S>
impl<S> Unpin for SetReportedAccountCount<S>
impl<S> UnsafeUnpin for SetReportedAccountCount<S>
impl<S> UnwindSafe for SetReportedAccountCount<S>
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