Struct rsfbclient_rust::StmtHandle 
source · pub struct StmtHandle(_);Expand description
A statement handle
Trait Implementations§
source§impl Clone for StmtHandle
 
impl Clone for StmtHandle
source§fn clone(&self) -> StmtHandle
 
fn clone(&self) -> StmtHandle
Returns a copy 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 Debug for StmtHandle
 
impl Debug for StmtHandle
source§impl Hash for StmtHandle
 
impl Hash for StmtHandle
source§impl PartialEq<StmtHandle> for StmtHandle
 
impl PartialEq<StmtHandle> for StmtHandle
source§fn eq(&self, other: &StmtHandle) -> bool
 
fn eq(&self, other: &StmtHandle) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.