pub struct OwnershipBeneficiaryRate1 {
pub rate: Option<f64>,
pub frctn: Option<String>,
}Fields§
§rate: Option<f64>§frctn: Option<String>Implementations§
Source§impl OwnershipBeneficiaryRate1
impl OwnershipBeneficiaryRate1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OwnershipBeneficiaryRate1
impl RefUnwindSafe for OwnershipBeneficiaryRate1
impl Send for OwnershipBeneficiaryRate1
impl Sync for OwnershipBeneficiaryRate1
impl Unpin for OwnershipBeneficiaryRate1
impl UnwindSafe for OwnershipBeneficiaryRate1
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