Enum rsfbclient_core::FreeStmtOp
source · #[repr(u8)]
pub enum FreeStmtOp {
Close,
Drop,
}
Expand description
Drop / Close statement
Variants§
Trait Implementations§
source§impl Clone for FreeStmtOp
impl Clone for FreeStmtOp
source§fn clone(&self) -> FreeStmtOp
fn clone(&self) -> FreeStmtOp
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 FreeStmtOp
impl Debug for FreeStmtOp
source§impl PartialEq<FreeStmtOp> for FreeStmtOp
impl PartialEq<FreeStmtOp> for FreeStmtOp
source§fn eq(&self, other: &FreeStmtOp) -> bool
fn eq(&self, other: &FreeStmtOp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.