pub struct SubstrateLayer { /* private fields */ }Expand description
The universal computational substrate for consciousness integration
Trait Implementations§
Source§impl Clone for SubstrateLayer
impl Clone for SubstrateLayer
Source§fn clone(&self) -> SubstrateLayer
fn clone(&self) -> SubstrateLayer
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 moreAuto Trait Implementations§
impl Freeze for SubstrateLayer
impl RefUnwindSafe for SubstrateLayer
impl Send for SubstrateLayer
impl Sync for SubstrateLayer
impl Unpin for SubstrateLayer
impl UnsafeUnpin for SubstrateLayer
impl UnwindSafe for SubstrateLayer
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