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