pub struct ConceptoImpuestos {
pub traslados: Vec<Traslado>,
pub retenciones: Vec<Retencion>,
}Fields§
§traslados: Vec<Traslado>§retenciones: Vec<Retencion>Trait Implementations§
Source§impl Clone for ConceptoImpuestos
impl Clone for ConceptoImpuestos
Source§fn clone(&self) -> ConceptoImpuestos
fn clone(&self) -> ConceptoImpuestos
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 ConceptoImpuestos
impl Debug for ConceptoImpuestos
Auto Trait Implementations§
impl Freeze for ConceptoImpuestos
impl RefUnwindSafe for ConceptoImpuestos
impl Send for ConceptoImpuestos
impl Sync for ConceptoImpuestos
impl Unpin for ConceptoImpuestos
impl UnsafeUnpin for ConceptoImpuestos
impl UnwindSafe for ConceptoImpuestos
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