pub struct NoOpBridges;Expand description
No-op implementation of all bridges for standalone use.
Trait Implementations§
Source§impl Clone for NoOpBridges
impl Clone for NoOpBridges
Source§fn clone(&self) -> NoOpBridges
fn clone(&self) -> NoOpBridges
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 CodebaseBridge for NoOpBridges
impl CodebaseBridge for NoOpBridges
Source§impl CognitionBridge for NoOpBridges
impl CognitionBridge for NoOpBridges
Source§impl ContractBridge for NoOpBridges
impl ContractBridge for NoOpBridges
Source§impl Debug for NoOpBridges
impl Debug for NoOpBridges
Source§impl Default for NoOpBridges
impl Default for NoOpBridges
Source§fn default() -> NoOpBridges
fn default() -> NoOpBridges
Returns the “default value” for a type. Read more
Source§impl IdentityBridge for NoOpBridges
impl IdentityBridge for NoOpBridges
Source§impl MemoryBridge for NoOpBridges
impl MemoryBridge for NoOpBridges
Auto Trait Implementations§
impl Freeze for NoOpBridges
impl RefUnwindSafe for NoOpBridges
impl Send for NoOpBridges
impl Sync for NoOpBridges
impl Unpin for NoOpBridges
impl UnsafeUnpin for NoOpBridges
impl UnwindSafe for NoOpBridges
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