pub struct customerName;Trait Implementations§
Source§impl Field for customerName
impl Field for customerName
Auto Trait Implementations§
impl Freeze for customerName
impl RefUnwindSafe for customerName
impl Send for customerName
impl Sync for customerName
impl Unpin for customerName
impl UnwindSafe for customerName
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