pub struct Rz;
Expand description
Marker for commands that don’t have any response
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rz
impl RefUnwindSafe for Rz
impl Send for Rz
impl Sync for Rz
impl Unpin for Rz
impl UnwindSafe for Rz
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