pub struct Customers { /* private fields */ }Trait Implementations§
Source§impl DataTypeFunctions for Customers
impl DataTypeFunctions for Customers
Auto Trait Implementations§
impl Freeze for Customers
impl RefUnwindSafe for Customers
impl Send for Customers
impl Sync for Customers
impl Unpin for Customers
impl UnsafeUnpin for Customers
impl UnwindSafe for Customers
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