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