pub struct UnderlyingStateOrProvinceOfIssue;Expand description
UnderlyingStateOrProvinceOfIssue (593).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnderlyingStateOrProvinceOfIssue
impl RefUnwindSafe for UnderlyingStateOrProvinceOfIssue
impl Send for UnderlyingStateOrProvinceOfIssue
impl Sync for UnderlyingStateOrProvinceOfIssue
impl Unpin for UnderlyingStateOrProvinceOfIssue
impl UnsafeUnpin for UnderlyingStateOrProvinceOfIssue
impl UnwindSafe for UnderlyingStateOrProvinceOfIssue
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