pub struct ValueRefGuard { /* private fields */ }Expand description
Defined guard for a reference value.
See Value::from_ref.
Auto Trait Implementations§
impl !RefUnwindSafe for ValueRefGuard
impl !Send for ValueRefGuard
impl !Sync for ValueRefGuard
impl !UnwindSafe for ValueRefGuard
impl Freeze for ValueRefGuard
impl Unpin for ValueRefGuard
impl UnsafeUnpin for ValueRefGuard
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