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