pub struct Receptor {
pub rfc: String,
pub nombre: Option<String>,
pub uso_cfdi: String,
pub domicilio_fiscal_receptor: Option<String>,
pub regimen_fiscal_receptor: Option<String>,
}Fields§
§rfc: String§nombre: Option<String>§uso_cfdi: String§domicilio_fiscal_receptor: Option<String>§regimen_fiscal_receptor: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Receptor
impl RefUnwindSafe for Receptor
impl Send for Receptor
impl Sync for Receptor
impl Unpin for Receptor
impl UnsafeUnpin for Receptor
impl UnwindSafe for Receptor
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