pub struct DeletedTaxId {
pub id: TaxIdId,
/* private fields */
}
Fields§
§id: TaxIdId
Unique identifier for the object.
Trait Implementations§
Source§impl Clone for DeletedTaxId
impl Clone for DeletedTaxId
Source§fn clone(&self) -> DeletedTaxId
fn clone(&self) -> DeletedTaxId
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 DeletedTaxId
impl Debug for DeletedTaxId
Source§impl Deserialize for DeletedTaxId
impl Deserialize for DeletedTaxId
Source§impl FromValueOpt for DeletedTaxId
impl FromValueOpt for DeletedTaxId
fn from_value(v: Value) -> Option<Self>
Source§impl Object for DeletedTaxId
impl Object for DeletedTaxId
Source§impl ObjectDeser for DeletedTaxId
impl ObjectDeser for DeletedTaxId
Auto Trait Implementations§
impl Freeze for DeletedTaxId
impl RefUnwindSafe for DeletedTaxId
impl Send for DeletedTaxId
impl Sync for DeletedTaxId
impl Unpin for DeletedTaxId
impl UnwindSafe for DeletedTaxId
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