pub enum OnePasswordCacheMode {
Off,
Daemon,
}Variants§
Trait Implementations§
Source§impl Clone for OnePasswordCacheMode
impl Clone for OnePasswordCacheMode
Source§fn clone(&self) -> OnePasswordCacheMode
fn clone(&self) -> OnePasswordCacheMode
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 OnePasswordCacheMode
impl Debug for OnePasswordCacheMode
Source§impl Default for OnePasswordCacheMode
impl Default for OnePasswordCacheMode
Source§impl<'de> Deserialize<'de> for OnePasswordCacheMode
impl<'de> Deserialize<'de> for OnePasswordCacheMode
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 PartialEq for OnePasswordCacheMode
impl PartialEq for OnePasswordCacheMode
impl Copy for OnePasswordCacheMode
impl Eq for OnePasswordCacheMode
impl StructuralPartialEq for OnePasswordCacheMode
Auto Trait Implementations§
impl Freeze for OnePasswordCacheMode
impl RefUnwindSafe for OnePasswordCacheMode
impl Send for OnePasswordCacheMode
impl Sync for OnePasswordCacheMode
impl Unpin for OnePasswordCacheMode
impl UnsafeUnpin for OnePasswordCacheMode
impl UnwindSafe for OnePasswordCacheMode
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