pub enum DeleteWhereAppsSecretScopeType {
Account,
User,
}
Expand description
The secret scope type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DeleteWhereAppsSecretScopeType
impl Clone for DeleteWhereAppsSecretScopeType
Source§fn clone(&self) -> DeleteWhereAppsSecretScopeType
fn clone(&self) -> DeleteWhereAppsSecretScopeType
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 PartialEq for DeleteWhereAppsSecretScopeType
impl PartialEq for DeleteWhereAppsSecretScopeType
Source§fn eq(&self, other: &DeleteWhereAppsSecretScopeType) -> bool
fn eq(&self, other: &DeleteWhereAppsSecretScopeType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DeleteWhereAppsSecretScopeType
impl Eq for DeleteWhereAppsSecretScopeType
impl StructuralPartialEq for DeleteWhereAppsSecretScopeType
Auto Trait Implementations§
impl Freeze for DeleteWhereAppsSecretScopeType
impl RefUnwindSafe for DeleteWhereAppsSecretScopeType
impl Send for DeleteWhereAppsSecretScopeType
impl Sync for DeleteWhereAppsSecretScopeType
impl Unpin for DeleteWhereAppsSecretScopeType
impl UnwindSafe for DeleteWhereAppsSecretScopeType
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