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