pub enum ReadLockStrategy {
None,
InProcess,
Rename,
}Variants§
Trait Implementations§
Source§impl Clone for ReadLockStrategy
impl Clone for ReadLockStrategy
Source§fn clone(&self) -> ReadLockStrategy
fn clone(&self) -> ReadLockStrategy
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 ReadLockStrategy
Source§impl Debug for ReadLockStrategy
impl Debug for ReadLockStrategy
Source§impl Default for ReadLockStrategy
impl Default for ReadLockStrategy
Source§fn default() -> ReadLockStrategy
fn default() -> ReadLockStrategy
Returns the “default value” for a type. Read more
impl Eq for ReadLockStrategy
Source§impl FromStr for ReadLockStrategy
impl FromStr for ReadLockStrategy
Source§impl PartialEq for ReadLockStrategy
impl PartialEq for ReadLockStrategy
impl StructuralPartialEq for ReadLockStrategy
Auto Trait Implementations§
impl Freeze for ReadLockStrategy
impl RefUnwindSafe for ReadLockStrategy
impl Send for ReadLockStrategy
impl Sync for ReadLockStrategy
impl Unpin for ReadLockStrategy
impl UnsafeUnpin for ReadLockStrategy
impl UnwindSafe for ReadLockStrategy
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