Struct zen_engine::handler::custom_node_adapter::NoopCustomNode
source · pub struct NoopCustomNode;Trait Implementations§
source§impl CustomNodeAdapter for NoopCustomNode
impl CustomNodeAdapter for NoopCustomNode
async fn handle(&self, _: CustomNodeRequest<'_>) -> NodeResult
source§impl Debug for NoopCustomNode
impl Debug for NoopCustomNode
source§impl Default for NoopCustomNode
impl Default for NoopCustomNode
source§fn default() -> NoopCustomNode
fn default() -> NoopCustomNode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopCustomNode
impl RefUnwindSafe for NoopCustomNode
impl Send for NoopCustomNode
impl Sync for NoopCustomNode
impl Unpin for NoopCustomNode
impl UnwindSafe for NoopCustomNode
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