#[repr(u8)]pub enum FreeStmtOp {
Close = 1,
Drop = 2,
}
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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 for FreeStmtOp
impl PartialEq for FreeStmtOp
impl Copy for FreeStmtOp
impl Eq for FreeStmtOp
impl StructuralPartialEq for FreeStmtOp
Auto Trait Implementations§
impl Freeze for FreeStmtOp
impl RefUnwindSafe for FreeStmtOp
impl Send for FreeStmtOp
impl Sync for FreeStmtOp
impl Unpin for FreeStmtOp
impl UnwindSafe for FreeStmtOp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more