Struct mariadb_sys::Blob_mem_storage
source · #[repr(C)]pub struct Blob_mem_storage {
pub storage: MEM_ROOT,
pub truncated_value: bool,
}
Expand description
Class is used as a BLOB field value storage for intermediate GROUP_CONCAT results. Used only for GROUP_CONCAT with DISTINCT or ORDER BY options.
Fields§
§storage: MEM_ROOT
§truncated_value: bool
Sign that some values were cut during saving into the storage.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Blob_mem_storage
impl !Send for Blob_mem_storage
impl !Sync for Blob_mem_storage
impl Unpin for Blob_mem_storage
impl UnwindSafe for Blob_mem_storage
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