pub struct PeggedPrice;Expand description
PeggedPrice (839).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeggedPrice
impl RefUnwindSafe for PeggedPrice
impl Send for PeggedPrice
impl Sync for PeggedPrice
impl Unpin for PeggedPrice
impl UnsafeUnpin for PeggedPrice
impl UnwindSafe for PeggedPrice
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