Enum rsfbclient_core::FreeStmtOp
source · [−]#[repr(u8)]
pub enum FreeStmtOp {
Close,
Drop,
}
Expand description
Drop / Close statement
Variants
Close
Drop
Trait Implementations
sourceimpl Clone for FreeStmtOp
impl Clone for FreeStmtOp
sourcefn clone(&self) -> FreeStmtOp
fn clone(&self) -> FreeStmtOp
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 FreeStmtOp
impl Debug for FreeStmtOp
sourceimpl PartialEq<FreeStmtOp> for FreeStmtOp
impl PartialEq<FreeStmtOp> for FreeStmtOp
sourcefn 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 ==
. Read more
impl Copy for FreeStmtOp
impl Eq for FreeStmtOp
impl StructuralEq for FreeStmtOp
impl StructuralPartialEq for FreeStmtOp
Auto Trait Implementations
impl RefUnwindSafe for FreeStmtOp
impl Send for FreeStmtOp
impl Sync for FreeStmtOp
impl Unpin for FreeStmtOp
impl UnwindSafe for FreeStmtOp
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