pub struct Complemento {
pub timbre_fiscal: Option<TimbreFiscalDigital>,
}Fields§
§timbre_fiscal: Option<TimbreFiscalDigital>Trait Implementations§
Source§impl Clone for Complemento
impl Clone for Complemento
Source§fn clone(&self) -> Complemento
fn clone(&self) -> Complemento
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 Complemento
impl Debug for Complemento
Auto Trait Implementations§
impl Freeze for Complemento
impl RefUnwindSafe for Complemento
impl Send for Complemento
impl Sync for Complemento
impl Unpin for Complemento
impl UnsafeUnpin for Complemento
impl UnwindSafe for Complemento
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