pub struct RateType4Choice {
pub pctg: Option<f64>,
pub othr: Option<String>,
}Fields§
§pctg: Option<f64>§othr: Option<String>Implementations§
Source§impl RateType4Choice
impl RateType4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for RateType4Choice
impl Clone for RateType4Choice
Source§fn clone(&self) -> RateType4Choice
fn clone(&self) -> RateType4Choice
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RateType4Choice
impl Debug for RateType4Choice
Source§impl Default for RateType4Choice
impl Default for RateType4Choice
Source§fn default() -> RateType4Choice
fn default() -> RateType4Choice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RateType4Choice
impl<'de> Deserialize<'de> for RateType4Choice
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RateType4Choice
impl PartialEq for RateType4Choice
Source§impl Serialize for RateType4Choice
impl Serialize for RateType4Choice
impl StructuralPartialEq for RateType4Choice
Auto Trait Implementations§
impl Freeze for RateType4Choice
impl RefUnwindSafe for RateType4Choice
impl Send for RateType4Choice
impl Sync for RateType4Choice
impl Unpin for RateType4Choice
impl UnwindSafe for RateType4Choice
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