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