Expore more internal data structures.

This commit is contained in:
Stephen Chung
2021-09-24 09:26:35 +08:00
parent 562731c154
commit d9dca6ef98
5 changed files with 41 additions and 26 deletions

View File

@@ -147,7 +147,8 @@ impl dyn Variant {
}
}
/// Modes of access.
/// _(internals)_ Modes of access.
/// Exported under the `internals` feature only.
#[derive(Debug, Eq, PartialEq, Hash, Copy, Clone)]
pub enum AccessMode {
/// Mutable.