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