pub struct VatCode {
pub code: String,
pub description: String,
}Expand description
An active VAT code definition.
Fields§
§code: String§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for VatCode
impl RefUnwindSafe for VatCode
impl Send for VatCode
impl Sync for VatCode
impl Unpin for VatCode
impl UnsafeUnpin for VatCode
impl UnwindSafe for VatCode
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