pub struct Retencion {
pub base: Option<String>,
pub impuesto: String,
pub tipo_factor: Option<String>,
pub tasa_o_cuota: Option<String>,
pub importe: String,
}Fields§
§base: Option<String>§impuesto: String§tipo_factor: Option<String>§tasa_o_cuota: Option<String>§importe: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Retencion
impl RefUnwindSafe for Retencion
impl Send for Retencion
impl Sync for Retencion
impl Unpin for Retencion
impl UnsafeUnpin for Retencion
impl UnwindSafe for Retencion
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