pub enum FileLockScope {
Lockbox,
Vault,
}Variants§
Trait Implementations§
Source§impl Clone for FileLockScope
impl Clone for FileLockScope
Source§fn clone(&self) -> FileLockScope
fn clone(&self) -> FileLockScope
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 FileLockScope
Source§impl Debug for FileLockScope
impl Debug for FileLockScope
impl Eq for FileLockScope
Source§impl PartialEq for FileLockScope
impl PartialEq for FileLockScope
impl StructuralPartialEq for FileLockScope
Auto Trait Implementations§
impl Freeze for FileLockScope
impl RefUnwindSafe for FileLockScope
impl Send for FileLockScope
impl Sync for FileLockScope
impl Unpin for FileLockScope
impl UnsafeUnpin for FileLockScope
impl UnwindSafe for FileLockScope
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