pub enum SqlSecurity {
Definer,
Invoker,
}Expand description
SQL SECURITY clause for functions
Variants§
Trait Implementations§
Source§impl Clone for SqlSecurity
impl Clone for SqlSecurity
Source§fn clone(&self) -> SqlSecurity
fn clone(&self) -> SqlSecurity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SqlSecurity
impl Debug for SqlSecurity
Source§impl<'de> Deserialize<'de> for SqlSecurity
impl<'de> Deserialize<'de> for SqlSecurity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SqlSecurity
impl Display for SqlSecurity
Source§impl Hash for SqlSecurity
impl Hash for SqlSecurity
Source§impl Ord for SqlSecurity
impl Ord for SqlSecurity
Source§fn cmp(&self, other: &SqlSecurity) -> Ordering
fn cmp(&self, other: &SqlSecurity) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SqlSecurity
impl PartialEq for SqlSecurity
Source§impl PartialOrd for SqlSecurity
impl PartialOrd for SqlSecurity
Source§impl Serialize for SqlSecurity
impl Serialize for SqlSecurity
Source§impl Visit for SqlSecurity
impl Visit for SqlSecurity
Source§impl VisitMut for SqlSecurity
impl VisitMut for SqlSecurity
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Copy for SqlSecurity
impl Eq for SqlSecurity
impl StructuralPartialEq for SqlSecurity
Auto Trait Implementations§
impl Freeze for SqlSecurity
impl RefUnwindSafe for SqlSecurity
impl Send for SqlSecurity
impl Sync for SqlSecurity
impl Unpin for SqlSecurity
impl UnwindSafe for SqlSecurity
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