#[repr(C)]pub struct PioBranchRatingView {
pub name: PioStringView,
pub rate_mva: f64,
}Expand description
One named branch MVA rating beyond rating A, B, and C.
Fields§
§name: PioStringView§rate_mva: f64Trait Implementations§
Source§impl Clone for PioBranchRatingView
impl Clone for PioBranchRatingView
Source§fn clone(&self) -> PioBranchRatingView
fn clone(&self) -> PioBranchRatingView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioBranchRatingView
Auto Trait Implementations§
impl !Send for PioBranchRatingView
impl !Sync for PioBranchRatingView
impl Freeze for PioBranchRatingView
impl RefUnwindSafe for PioBranchRatingView
impl Unpin for PioBranchRatingView
impl UnsafeUnpin for PioBranchRatingView
impl UnwindSafe for PioBranchRatingView
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