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