pub struct AnyPv { /* private fields */ }Expand description
Type-erased PV, as accepted by PvaServer::serve / .pvs(...).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyPv
impl RefUnwindSafe for AnyPv
impl Send for AnyPv
impl Sync for AnyPv
impl Unpin for AnyPv
impl UnsafeUnpin for AnyPv
impl UnwindSafe for AnyPv
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