pub struct CycleTrackerStorageOps;Expand description
CycleTrackerStorageOps Stable storage wrapper for the cycle tracker.
Implementations§
Auto Trait Implementations§
impl Freeze for CycleTrackerStorageOps
impl RefUnwindSafe for CycleTrackerStorageOps
impl Send for CycleTrackerStorageOps
impl Sync for CycleTrackerStorageOps
impl Unpin for CycleTrackerStorageOps
impl UnwindSafe for CycleTrackerStorageOps
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