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