pub struct CostUpdated;Expand description
Marker type for the CostUpdated action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CostUpdated
impl RefUnwindSafe for CostUpdated
impl Send for CostUpdated
impl Sync for CostUpdated
impl Unpin for CostUpdated
impl UnsafeUnpin for CostUpdated
impl UnwindSafe for CostUpdated
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