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