Enum twilio_openapi::models::authorized_connect_app_enum_permission::AuthorizedConnectAppEnumPermission
source · pub enum AuthorizedConnectAppEnumPermission {
GetAll,
PostAll,
}
Expand description
Variants§
Trait Implementations§
source§impl Clone for AuthorizedConnectAppEnumPermission
impl Clone for AuthorizedConnectAppEnumPermission
source§fn clone(&self) -> AuthorizedConnectAppEnumPermission
fn clone(&self) -> AuthorizedConnectAppEnumPermission
Returns a copy 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 Default for AuthorizedConnectAppEnumPermission
impl Default for AuthorizedConnectAppEnumPermission
source§fn default() -> AuthorizedConnectAppEnumPermission
fn default() -> AuthorizedConnectAppEnumPermission
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AuthorizedConnectAppEnumPermission
impl<'de> Deserialize<'de> for AuthorizedConnectAppEnumPermission
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 Ord for AuthorizedConnectAppEnumPermission
impl Ord for AuthorizedConnectAppEnumPermission
source§fn cmp(&self, other: &AuthorizedConnectAppEnumPermission) -> Ordering
fn cmp(&self, other: &AuthorizedConnectAppEnumPermission) -> 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 PartialEq<AuthorizedConnectAppEnumPermission> for AuthorizedConnectAppEnumPermission
impl PartialEq<AuthorizedConnectAppEnumPermission> for AuthorizedConnectAppEnumPermission
source§fn eq(&self, other: &AuthorizedConnectAppEnumPermission) -> bool
fn eq(&self, other: &AuthorizedConnectAppEnumPermission) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AuthorizedConnectAppEnumPermission> for AuthorizedConnectAppEnumPermission
impl PartialOrd<AuthorizedConnectAppEnumPermission> for AuthorizedConnectAppEnumPermission
source§fn partial_cmp(
&self,
other: &AuthorizedConnectAppEnumPermission
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &AuthorizedConnectAppEnumPermission
) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for AuthorizedConnectAppEnumPermission
impl Eq for AuthorizedConnectAppEnumPermission
impl StructuralEq for AuthorizedConnectAppEnumPermission
impl StructuralPartialEq for AuthorizedConnectAppEnumPermission
Auto Trait Implementations§
impl RefUnwindSafe for AuthorizedConnectAppEnumPermission
impl Send for AuthorizedConnectAppEnumPermission
impl Sync for AuthorizedConnectAppEnumPermission
impl Unpin for AuthorizedConnectAppEnumPermission
impl UnwindSafe for AuthorizedConnectAppEnumPermission
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.