Struct mariadb::plugin::SysVarConstString
source · pub struct SysVarConstString(/* private fields */);
Expand description
A const string system variable
Consider this very unstable because I don’t 100% understand what the SQL side of things does with the malloc / const options
BUG: it seems like after updating, the SQL server cannot read the
variable… but we can? Do we need to do more in our update
function?
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SysVarConstString
impl Send for SysVarConstString
impl Sync for SysVarConstString
impl Unpin for SysVarConstString
impl UnwindSafe for SysVarConstString
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