pub struct PioValueHandle(/* private fields */);Expand description
Owner-rooted view of one module or collection value.
Auto Trait Implementations§
impl Freeze for PioValueHandle
impl RefUnwindSafe for PioValueHandle
impl Send for PioValueHandle
impl Sync for PioValueHandle
impl Unpin for PioValueHandle
impl UnsafeUnpin for PioValueHandle
impl UnwindSafe for PioValueHandle
Blanket Implementations§
impl<T> Allocation for T
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