pub struct DisplayUtil;
Implementations§
Source§impl DisplayUtil
impl DisplayUtil
Sourcepub fn escape_if_keyword(s: &str) -> String
pub fn escape_if_keyword(s: &str) -> String
add `` to string if string is a MySQL keyword
Auto Trait Implementations§
impl Freeze for DisplayUtil
impl RefUnwindSafe for DisplayUtil
impl Send for DisplayUtil
impl Sync for DisplayUtil
impl Unpin for DisplayUtil
impl UnwindSafe for DisplayUtil
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