pub enum ControlScope {
Tenant,
Resource,
Instance,
}Expand description
Scope of a control command.
Variants§
Trait Implementations§
Source§impl Clone for ControlScope
impl Clone for ControlScope
Source§fn clone(&self) -> ControlScope
fn clone(&self) -> ControlScope
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 ControlScope
Source§impl Debug for ControlScope
impl Debug for ControlScope
Source§impl<'de> Deserialize<'de> for ControlScope
impl<'de> Deserialize<'de> for ControlScope
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 ControlScope
Source§impl PartialEq for ControlScope
impl PartialEq for ControlScope
Source§impl Serialize for ControlScope
impl Serialize for ControlScope
impl StructuralPartialEq for ControlScope
Auto Trait Implementations§
impl Freeze for ControlScope
impl RefUnwindSafe for ControlScope
impl Send for ControlScope
impl Sync for ControlScope
impl Unpin for ControlScope
impl UnsafeUnpin for ControlScope
impl UnwindSafe for ControlScope
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