pub struct PvaCommands;Expand description
Convenience wrapper that matches the pre-existing PvaCommands API.
Prefer calling command_name directly for new code.
Implementations§
Source§impl PvaCommands
impl PvaCommands
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PvaCommands
impl RefUnwindSafe for PvaCommands
impl Send for PvaCommands
impl Sync for PvaCommands
impl Unpin for PvaCommands
impl UnsafeUnpin for PvaCommands
impl UnwindSafe for PvaCommands
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