pub struct CycleTrackerPage {
pub entries: CycleTrackerView,
pub total: u64,
}Expand description
CycleTrackerPage
Fields§
§entries: CycleTrackerView§total: u64Trait Implementations§
Source§impl CandidType for CycleTrackerPage
impl CandidType for CycleTrackerPage
Auto Trait Implementations§
impl Freeze for CycleTrackerPage
impl RefUnwindSafe for CycleTrackerPage
impl Send for CycleTrackerPage
impl Sync for CycleTrackerPage
impl Unpin for CycleTrackerPage
impl UnwindSafe for CycleTrackerPage
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