Merge branch 'bug-fixes'

This commit is contained in:
Stephen Chung
2021-09-24 09:27:45 +08:00
7 changed files with 83 additions and 27 deletions

View File

@@ -148,7 +148,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.