pub enum ResourceGroupState {
Enable,
Disable,
}Expand description
The ENABLE/DISABLE state clause of a resource-group CREATE/ALTER
(opt_resource_group_enable_disable). A surface tag (no meta — its span rides the owning
node).
Variants§
Trait Implementations§
Source§impl Clone for ResourceGroupState
impl Clone for ResourceGroupState
Source§fn clone(&self) -> ResourceGroupState
fn clone(&self) -> ResourceGroupState
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 ResourceGroupState
Source§impl Debug for ResourceGroupState
impl Debug for ResourceGroupState
Source§impl<'de> Deserialize<'de> for ResourceGroupState
impl<'de> Deserialize<'de> for ResourceGroupState
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 ResourceGroupState
Source§impl Hash for ResourceGroupState
impl Hash for ResourceGroupState
Source§impl PartialEq for ResourceGroupState
impl PartialEq for ResourceGroupState
Source§impl Render for ResourceGroupState
impl Render for ResourceGroupState
Source§fn render(&self, _ctx: &RenderCtx<'_>, f: &mut Formatter<'_>) -> Result
fn render(&self, _ctx: &RenderCtx<'_>, f: &mut Formatter<'_>) -> Result
Return the render for this value.
Source§fn operand_binding_power(&self) -> Option<BindingPower>
fn operand_binding_power(&self) -> Option<BindingPower>
The binding power this node contributes when it appears as an operand, or
None (the default) for a self-delimiting node — an atom, call, or
constructor — that never needs parentheses. Read moreSource§impl Serialize for ResourceGroupState
impl Serialize for ResourceGroupState
impl StructuralPartialEq for ResourceGroupState
Auto Trait Implementations§
impl Freeze for ResourceGroupState
impl RefUnwindSafe for ResourceGroupState
impl Send for ResourceGroupState
impl Sync for ResourceGroupState
impl Unpin for ResourceGroupState
impl UnsafeUnpin for ResourceGroupState
impl UnwindSafe for ResourceGroupState
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