pub struct ValueCell {
pub value: Value,
}Fields§
§value: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for ValueCell
impl RefUnwindSafe for ValueCell
impl Send for ValueCell
impl Sync for ValueCell
impl Unpin for ValueCell
impl UnsafeUnpin for ValueCell
impl UnwindSafe for ValueCell
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