pub struct NoActuator;Expand description
An actuator that accepts and ignores commands.
Profiles that only observe - such as a well-level monitor - have no output to
drive. Node::monitor wires this in their place so a node has one uniform
shape whether or not it switches an actuator.
Trait Implementations§
Source§impl Actuator for NoActuator
impl Actuator for NoActuator
Source§impl Clone for NoActuator
impl Clone for NoActuator
Source§fn clone(&self) -> NoActuator
fn clone(&self) -> NoActuator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoActuator
Source§impl Debug for NoActuator
impl Debug for NoActuator
Source§impl Default for NoActuator
impl Default for NoActuator
Source§fn default() -> NoActuator
fn default() -> NoActuator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoActuator
impl RefUnwindSafe for NoActuator
impl Send for NoActuator
impl Sync for NoActuator
impl Unpin for NoActuator
impl UnsafeUnpin for NoActuator
impl UnwindSafe for NoActuator
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