Struct spacetimedb::host::instance_env::GetTxError
source · pub struct GetTxError;Trait Implementations§
source§impl Debug for GetTxError
impl Debug for GetTxError
source§impl From<GetTxError> for NodesError
impl From<GetTxError> for NodesError
source§fn from(_: GetTxError) -> Self
fn from(_: GetTxError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for GetTxError
impl Send for GetTxError
impl Sync for GetTxError
impl Unpin for GetTxError
impl UnwindSafe for GetTxError
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