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