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