pub struct DescriptionLineDetailType {
pub service_date: Option<String>,
pub tax_code_ref: Option<ReferenceTypeType>,
pub description_line_detail_ex: Option<IntuitAnyTypeType>,
}Fields§
§service_date: Option<String>§tax_code_ref: Option<ReferenceTypeType>§description_line_detail_ex: Option<IntuitAnyTypeType>Trait Implementations§
Source§impl Debug for DescriptionLineDetailType
impl Debug for DescriptionLineDetailType
Source§impl<'de> Deserializer<'de, DescriptionLineDetailType> for DescriptionLineDetailTypeDeserializer
impl<'de> Deserializer<'de, DescriptionLineDetailType> for DescriptionLineDetailTypeDeserializer
Source§fn init(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, DescriptionLineDetailType>
fn init( helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, DescriptionLineDetailType>
Source§fn next(
self,
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, DescriptionLineDetailType>
fn next( self, helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, DescriptionLineDetailType>
Source§fn finish(
self,
helper: &mut DeserializeHelper,
) -> Result<DescriptionLineDetailType, Error>
fn finish( self, helper: &mut DeserializeHelper, ) -> Result<DescriptionLineDetailType, Error>
Force the deserializer to finish. Read more
Source§impl WithDeserializer for DescriptionLineDetailType
impl WithDeserializer for DescriptionLineDetailType
Source§type Deserializer = DescriptionLineDetailTypeDeserializer
type Deserializer = DescriptionLineDetailTypeDeserializer
The deserializer to use for this type.
Source§fn init<'de>(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> Result<DeserializerOutput<'de, Self>, Error>
fn init<'de>( helper: &mut DeserializeHelper, event: Event<'de>, ) -> Result<DeserializerOutput<'de, Self>, Error>
Source§impl WithSerializer for DescriptionLineDetailType
impl WithSerializer for DescriptionLineDetailType
Source§type Serializer<'x> = DescriptionLineDetailTypeSerializer<'x>
type Serializer<'x> = DescriptionLineDetailTypeSerializer<'x>
The serializer to use for this type.
Source§fn serializer<'ser>(
&'ser self,
name: Option<&'ser str>,
is_root: bool,
) -> Result<Self::Serializer<'ser>, Error>
fn serializer<'ser>( &'ser self, name: Option<&'ser str>, is_root: bool, ) -> Result<Self::Serializer<'ser>, Error>
Initializes a new serializer from the passed
value. Read moreAuto Trait Implementations§
impl Freeze for DescriptionLineDetailType
impl RefUnwindSafe for DescriptionLineDetailType
impl Send for DescriptionLineDetailType
impl Sync for DescriptionLineDetailType
impl Unpin for DescriptionLineDetailType
impl UnsafeUnpin for DescriptionLineDetailType
impl UnwindSafe for DescriptionLineDetailType
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