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