pub struct AdditionalSelectedServices {
pub custom_data: Option<CustomData>,
pub service_fee: RationalNumber,
pub service_name: String<80usize>,
}Expand description
Part of ISO 15118-20 price schedule.
Fields§
§custom_data: Option<CustomData>§service_fee: RationalNumber§service_name: String<80usize>Human readable string to identify this service.
Trait Implementations§
Source§impl Clone for AdditionalSelectedServices
impl Clone for AdditionalSelectedServices
Source§fn clone(&self) -> AdditionalSelectedServices
fn clone(&self) -> AdditionalSelectedServices
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 moreSource§impl Debug for AdditionalSelectedServices
impl Debug for AdditionalSelectedServices
impl Eq for AdditionalSelectedServices
impl StructuralPartialEq for AdditionalSelectedServices
Auto Trait Implementations§
impl Freeze for AdditionalSelectedServices
impl RefUnwindSafe for AdditionalSelectedServices
impl Send for AdditionalSelectedServices
impl Sync for AdditionalSelectedServices
impl Unpin for AdditionalSelectedServices
impl UnsafeUnpin for AdditionalSelectedServices
impl UnwindSafe for AdditionalSelectedServices
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