pub enum AutoOpenScope {
Off,
Vault,
Lockboxes,
}Expand description
Scope controlled by the session auto-open setting.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AutoOpenScope
impl Clone for AutoOpenScope
Source§fn clone(&self) -> AutoOpenScope
fn clone(&self) -> AutoOpenScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AutoOpenScope
Source§impl Debug for AutoOpenScope
impl Debug for AutoOpenScope
impl Eq for AutoOpenScope
Source§impl PartialEq for AutoOpenScope
impl PartialEq for AutoOpenScope
impl StructuralPartialEq for AutoOpenScope
Auto Trait Implementations§
impl Freeze for AutoOpenScope
impl RefUnwindSafe for AutoOpenScope
impl Send for AutoOpenScope
impl Sync for AutoOpenScope
impl Unpin for AutoOpenScope
impl UnsafeUnpin for AutoOpenScope
impl UnwindSafe for AutoOpenScope
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