pub struct ControlStop {}
Trait Implementations§
Source§impl Clone for ControlStop
impl Clone for ControlStop
Source§fn clone(&self) -> ControlStop
fn clone(&self) -> ControlStop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ControlStop
impl Debug for ControlStop
Source§impl Default for ControlStop
impl Default for ControlStop
Source§impl PartialEq for ControlStop
impl PartialEq for ControlStop
Source§impl Serialize for ControlStop
impl Serialize for ControlStop
impl Eq for ControlStop
impl StructuralPartialEq for ControlStop
Auto Trait Implementations§
impl Freeze for ControlStop
impl RefUnwindSafe for ControlStop
impl Send for ControlStop
impl Sync for ControlStop
impl Unpin for ControlStop
impl UnwindSafe for ControlStop
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