pub struct AutoKey;Expand description
Auto key type means that the storage key should be calculated automatically.
Trait Implementations§
Source§impl PartialOrd for AutoKey
impl PartialOrd for AutoKey
Source§impl StorageKey for AutoKey
impl StorageKey for AutoKey
impl Copy for AutoKey
impl Eq for AutoKey
impl StructuralPartialEq for AutoKey
Auto Trait Implementations§
impl Freeze for AutoKey
impl RefUnwindSafe for AutoKey
impl Send for AutoKey
impl Sync for AutoKey
impl Unpin for AutoKey
impl UnsafeUnpin for AutoKey
impl UnwindSafe for AutoKey
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