pub enum PermissionsLocationsAddToolApprovalDetailsCommandsKind {
Commands,
}Expand description
Approval scoped to specific command identifiers.
Variants§
Commands
Trait Implementations§
Source§impl Clone for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl Clone for PermissionsLocationsAddToolApprovalDetailsCommandsKind
Source§fn clone(&self) -> PermissionsLocationsAddToolApprovalDetailsCommandsKind
fn clone(&self) -> PermissionsLocationsAddToolApprovalDetailsCommandsKind
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 moreSource§impl Default for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl Default for PermissionsLocationsAddToolApprovalDetailsCommandsKind
Source§fn default() -> PermissionsLocationsAddToolApprovalDetailsCommandsKind
fn default() -> PermissionsLocationsAddToolApprovalDetailsCommandsKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl<'de> Deserialize<'de> for PermissionsLocationsAddToolApprovalDetailsCommandsKind
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 PermissionsLocationsAddToolApprovalDetailsCommandsKind
Source§impl PartialEq for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl PartialEq for PermissionsLocationsAddToolApprovalDetailsCommandsKind
Source§fn eq(
&self,
other: &PermissionsLocationsAddToolApprovalDetailsCommandsKind,
) -> bool
fn eq( &self, other: &PermissionsLocationsAddToolApprovalDetailsCommandsKind, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PermissionsLocationsAddToolApprovalDetailsCommandsKind
Auto Trait Implementations§
impl Freeze for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl RefUnwindSafe for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl Send for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl Sync for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl Unpin for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl UnsafeUnpin for PermissionsLocationsAddToolApprovalDetailsCommandsKind
impl UnwindSafe for PermissionsLocationsAddToolApprovalDetailsCommandsKind
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