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