pub enum InstallComponentSetScope {
Global,
Persist,
}Expand description
The scope keyword of an InstallComponentSetElement — the install_option_type set. A
surface tag (no meta), riding the parent’s span like KillTarget. None at the parent
(not a variant here) is the implicit default, which MySQL resolves to GLOBAL.
Variants§
Global
GLOBAL — set the global system variable.
Persist
PERSIST — set and persist the global system variable.
Trait Implementations§
Source§impl Clone for InstallComponentSetScope
impl Clone for InstallComponentSetScope
Source§fn clone(&self) -> InstallComponentSetScope
fn clone(&self) -> InstallComponentSetScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InstallComponentSetScope
Source§impl Debug for InstallComponentSetScope
impl Debug for InstallComponentSetScope
Source§impl<'de> Deserialize<'de> for InstallComponentSetScope
impl<'de> Deserialize<'de> for InstallComponentSetScope
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
impl Eq for InstallComponentSetScope
Source§impl Hash for InstallComponentSetScope
impl Hash for InstallComponentSetScope
Source§impl PartialEq for InstallComponentSetScope
impl PartialEq for InstallComponentSetScope
Source§impl Serialize for InstallComponentSetScope
impl Serialize for InstallComponentSetScope
impl StructuralPartialEq for InstallComponentSetScope
Auto Trait Implementations§
impl Freeze for InstallComponentSetScope
impl RefUnwindSafe for InstallComponentSetScope
impl Send for InstallComponentSetScope
impl Sync for InstallComponentSetScope
impl Unpin for InstallComponentSetScope
impl UnsafeUnpin for InstallComponentSetScope
impl UnwindSafe for InstallComponentSetScope
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