pub enum FindAppsSecretScopeType {
Account,
User,
}
Expand description
The secret scope type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FindAppsSecretScopeType
impl Clone for FindAppsSecretScopeType
Source§fn clone(&self) -> FindAppsSecretScopeType
fn clone(&self) -> FindAppsSecretScopeType
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 FindAppsSecretScopeType
impl Debug for FindAppsSecretScopeType
Source§impl Display for FindAppsSecretScopeType
impl Display for FindAppsSecretScopeType
Source§impl FromStr for FindAppsSecretScopeType
impl FromStr for FindAppsSecretScopeType
Source§impl PartialEq for FindAppsSecretScopeType
impl PartialEq for FindAppsSecretScopeType
Source§impl Serialize for FindAppsSecretScopeType
impl Serialize for FindAppsSecretScopeType
impl Copy for FindAppsSecretScopeType
impl Eq for FindAppsSecretScopeType
impl StructuralPartialEq for FindAppsSecretScopeType
Auto Trait Implementations§
impl Freeze for FindAppsSecretScopeType
impl RefUnwindSafe for FindAppsSecretScopeType
impl Send for FindAppsSecretScopeType
impl Sync for FindAppsSecretScopeType
impl Unpin for FindAppsSecretScopeType
impl UnwindSafe for FindAppsSecretScopeType
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