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