Struct rsfbclient_rust::StmtHandle
source · [−]pub struct StmtHandle(_);
Expand description
A statement handle
Trait Implementations
sourceimpl Clone for StmtHandle
impl Clone for StmtHandle
sourcefn clone(&self) -> StmtHandle
fn clone(&self) -> StmtHandle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StmtHandle
impl Debug for StmtHandle
sourceimpl Hash for StmtHandle
impl Hash for StmtHandle
sourceimpl PartialEq<StmtHandle> for StmtHandle
impl PartialEq<StmtHandle> for StmtHandle
sourcefn 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 ==
. Read more
impl Copy for StmtHandle
impl Eq for StmtHandle
impl StructuralEq for StmtHandle
impl StructuralPartialEq for StmtHandle
Auto Trait Implementations
impl RefUnwindSafe for StmtHandle
impl Send for StmtHandle
impl Sync for StmtHandle
impl Unpin for StmtHandle
impl UnwindSafe for StmtHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more