pub struct ValidadorNfce;Expand description
Validações específicas para NFC-e
Implementations§
Source§impl ValidadorNfce
impl ValidadorNfce
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidadorNfce
impl RefUnwindSafe for ValidadorNfce
impl Send for ValidadorNfce
impl Sync for ValidadorNfce
impl Unpin for ValidadorNfce
impl UnsafeUnpin for ValidadorNfce
impl UnwindSafe for ValidadorNfce
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