pub struct KeyValueEntryRefMut<'a, V: ScryptoEncode> { /* private fields */ }Implementations§
Source§impl<'a, V: ScryptoEncode> KeyValueEntryRefMut<'a, V>
impl<'a, V: ScryptoEncode> KeyValueEntryRefMut<'a, V>
pub fn new(lock_handle: SubstateHandle, value: V) -> KeyValueEntryRefMut<'a, V>
Trait Implementations§
Source§impl<'a, V: ScryptoEncode> Deref for KeyValueEntryRefMut<'a, V>
impl<'a, V: ScryptoEncode> Deref for KeyValueEntryRefMut<'a, V>
Source§impl<'a, V: ScryptoEncode> DerefMut for KeyValueEntryRefMut<'a, V>
impl<'a, V: ScryptoEncode> DerefMut for KeyValueEntryRefMut<'a, V>
Source§impl<V: Display + ScryptoEncode> Display for KeyValueEntryRefMut<'_, V>
impl<V: Display + ScryptoEncode> Display for KeyValueEntryRefMut<'_, V>
Source§impl<'a, V: ScryptoEncode> Drop for KeyValueEntryRefMut<'a, V>
impl<'a, V: ScryptoEncode> Drop for KeyValueEntryRefMut<'a, V>
Auto Trait Implementations§
impl<'a, V> Freeze for KeyValueEntryRefMut<'a, V>where
V: Freeze,
impl<'a, V> RefUnwindSafe for KeyValueEntryRefMut<'a, V>where
V: RefUnwindSafe,
impl<'a, V> Send for KeyValueEntryRefMut<'a, V>where
V: Send,
impl<'a, V> Sync for KeyValueEntryRefMut<'a, V>where
V: Sync,
impl<'a, V> Unpin for KeyValueEntryRefMut<'a, V>where
V: Unpin,
impl<'a, V> UnwindSafe for KeyValueEntryRefMut<'a, V>where
V: UnwindSafe,
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