pub struct SubstrateInstance {}Expand description
Substrate instance placeholder (will reference exo-core types)
Auto Trait Implementations§
impl Freeze for SubstrateInstance
impl RefUnwindSafe for SubstrateInstance
impl Send for SubstrateInstance
impl Sync for SubstrateInstance
impl Unpin for SubstrateInstance
impl UnwindSafe for SubstrateInstance
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