pub struct PulseOp;Expand description
Marker struct.
Auto Trait Implementations§
impl Freeze for PulseOp
impl RefUnwindSafe for PulseOp
impl Send for PulseOp
impl Sync for PulseOp
impl Unpin for PulseOp
impl UnsafeUnpin for PulseOp
impl UnwindSafe for PulseOp
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