pub struct NoopNodeGraphStoreMiddleware;Trait Implementations§
Source§impl Clone for NoopNodeGraphStoreMiddleware
impl Clone for NoopNodeGraphStoreMiddleware
Source§fn clone(&self) -> NoopNodeGraphStoreMiddleware
fn clone(&self) -> NoopNodeGraphStoreMiddleware
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 NoopNodeGraphStoreMiddleware
Source§impl Debug for NoopNodeGraphStoreMiddleware
impl Debug for NoopNodeGraphStoreMiddleware
Source§impl Default for NoopNodeGraphStoreMiddleware
impl Default for NoopNodeGraphStoreMiddleware
Source§fn default() -> NoopNodeGraphStoreMiddleware
fn default() -> NoopNodeGraphStoreMiddleware
Returns the “default value” for a type. Read more
Source§impl NodeGraphStoreMiddleware for NoopNodeGraphStoreMiddleware
impl NodeGraphStoreMiddleware for NoopNodeGraphStoreMiddleware
fn before_dispatch( &mut self, _snapshot: NodeGraphStoreSnapshot<'_>, _tx: &mut GraphTransaction, ) -> Result<(), ApplyPipelineError>
fn after_dispatch( &mut self, _snapshot: NodeGraphStoreSnapshot<'_>, _patch: &NodeGraphPatch, )
Auto Trait Implementations§
impl Freeze for NoopNodeGraphStoreMiddleware
impl RefUnwindSafe for NoopNodeGraphStoreMiddleware
impl Send for NoopNodeGraphStoreMiddleware
impl Sync for NoopNodeGraphStoreMiddleware
impl Unpin for NoopNodeGraphStoreMiddleware
impl UnsafeUnpin for NoopNodeGraphStoreMiddleware
impl UnwindSafe for NoopNodeGraphStoreMiddleware
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