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