Struct mariadb_sys::Rowid_filter
source · #[repr(C)]pub struct Rowid_filter { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Rowid_filter
impl Send for Rowid_filter
impl Sync for Rowid_filter
impl Unpin for Rowid_filter
impl UnwindSafe for Rowid_filter
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