pub enum AppPermissionsDeployments {
Read,
Write,
}
Expand description
AppPermissionsDeployments
JSON schema
{
"type": "string",
"enum": [
"read",
"write"
]
}
Variants§
Trait Implementations§
Source§impl Clone for AppPermissionsDeployments
impl Clone for AppPermissionsDeployments
Source§fn clone(&self) -> AppPermissionsDeployments
fn clone(&self) -> AppPermissionsDeployments
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AppPermissionsDeployments
impl Debug for AppPermissionsDeployments
Source§impl<'de> Deserialize<'de> for AppPermissionsDeployments
impl<'de> Deserialize<'de> for AppPermissionsDeployments
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
Source§impl From<&AppPermissionsDeployments> for AppPermissionsDeployments
impl From<&AppPermissionsDeployments> for AppPermissionsDeployments
Source§fn from(value: &AppPermissionsDeployments) -> Self
fn from(value: &AppPermissionsDeployments) -> Self
Converts to this type from the input type.
Source§impl FromStr for AppPermissionsDeployments
impl FromStr for AppPermissionsDeployments
Source§impl Hash for AppPermissionsDeployments
impl Hash for AppPermissionsDeployments
Source§impl Ord for AppPermissionsDeployments
impl Ord for AppPermissionsDeployments
Source§fn cmp(&self, other: &AppPermissionsDeployments) -> Ordering
fn cmp(&self, other: &AppPermissionsDeployments) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AppPermissionsDeployments
impl PartialOrd for AppPermissionsDeployments
Source§impl ToString for AppPermissionsDeployments
impl ToString for AppPermissionsDeployments
Source§impl TryFrom<&String> for AppPermissionsDeployments
impl TryFrom<&String> for AppPermissionsDeployments
Source§impl TryFrom<&str> for AppPermissionsDeployments
impl TryFrom<&str> for AppPermissionsDeployments
Source§impl TryFrom<String> for AppPermissionsDeployments
impl TryFrom<String> for AppPermissionsDeployments
impl Copy for AppPermissionsDeployments
impl Eq for AppPermissionsDeployments
impl StructuralPartialEq for AppPermissionsDeployments
Auto Trait Implementations§
impl Freeze for AppPermissionsDeployments
impl RefUnwindSafe for AppPermissionsDeployments
impl Send for AppPermissionsDeployments
impl Sync for AppPermissionsDeployments
impl Unpin for AppPermissionsDeployments
impl UnwindSafe for AppPermissionsDeployments
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