pub struct Xnpv {
pub rate: Value,
pub values: Value,
pub dates: Value,
}
Fields§
§rate: Value
§values: Value
§dates: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xnpv
impl RefUnwindSafe for Xnpv
impl Send for Xnpv
impl Sync for Xnpv
impl Unpin for Xnpv
impl UnwindSafe for Xnpv
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