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