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