Struct anchor_chain::node::NoOpNode
source · pub struct NoOpNode<T: Debug> { /* private fields */ }Expand description
A no-op node that passes input through unchanged.
Implementations§
Trait Implementations§
impl<T: Debug + Send + Sync> Stateless for NoOpNode<T>
Auto Trait Implementations§
impl<T> Freeze for NoOpNode<T>
impl<T> RefUnwindSafe for NoOpNode<T>where
T: RefUnwindSafe,
impl<T> Send for NoOpNode<T>where
T: Send,
impl<T> Sync for NoOpNode<T>where
T: Sync,
impl<T> Unpin for NoOpNode<T>where
T: Unpin,
impl<T> UnwindSafe for NoOpNode<T>where
T: UnwindSafe,
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