pub struct ListCreateField(/* private fields */);Expand description
Opaque MySQL List<Create_field> (C++ template instantiation)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListCreateField
impl RefUnwindSafe for ListCreateField
impl Send for ListCreateField
impl Sync for ListCreateField
impl Unpin for ListCreateField
impl UnsafeUnpin for ListCreateField
impl UnwindSafe for ListCreateField
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