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