pub struct ValRef<'a>(pub &'a Val);Tuple Fields§
§0: &'a ValTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ValRef<'a>
impl<'a> RefUnwindSafe for ValRef<'a>
impl<'a> Send for ValRef<'a>
impl<'a> Sync for ValRef<'a>
impl<'a> Unpin for ValRef<'a>
impl<'a> UnsafeUnpin for ValRef<'a>
impl<'a> UnwindSafe for ValRef<'a>
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