Docs.rs
instance-copy-on-write-0.1.0
instance-copy-on-write 0.1.0
Docs.rs crate page
MPL-2.0
OR
EUPL-1.2
Links
Repository
crates.io
Source
Owners
eesekaj
Dependencies
crossbeam-deque ~0.8
normal
crossbeam-utils ~0.8
normal
Versions
96.55%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate instance_copy_on_write
instance_
copy_
on_
write
0.1.0
All Items
Crate Items
Structs
Enums
Crate
instance_
copy_
on_
write
Copy item path
Source
Structs
§
CowRead
Guard
A guard which guards the read-only CoW operation.
CowTransaction
Guard
A guard which guards the CoW read/write operation. During this operation, the instance is borrowed and copied or clonned or default or new instance created.
Instance
Copy
OnWrite
A base instance which is used to perform CoW and non-CoW operations on the inner value.
NoCow
Guard
Guards the exclusive lock. During this lock, any CoW operations are blocked.
Enums
§
CowGuard
Error
A error for the Cow operations.
NoCow
Guard
Err
An errors for exclusive lock i.e non-cow operation.