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 moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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