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