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