pub enum HandleStatementNodes {
Error,
Reify,
Star,
}
Variants§
Trait Implementations§
Source§impl Clone for HandleStatementNodes
impl Clone for HandleStatementNodes
Source§fn clone(&self) -> HandleStatementNodes
fn clone(&self) -> HandleStatementNodes
Returns a duplicate 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 HandleStatementNodes
impl Debug for HandleStatementNodes
Source§impl Hash for HandleStatementNodes
impl Hash for HandleStatementNodes
Source§impl PartialEq for HandleStatementNodes
impl PartialEq for HandleStatementNodes
impl Copy for HandleStatementNodes
impl Eq for HandleStatementNodes
impl StructuralPartialEq for HandleStatementNodes
Auto Trait Implementations§
impl Freeze for HandleStatementNodes
impl RefUnwindSafe for HandleStatementNodes
impl Send for HandleStatementNodes
impl Sync for HandleStatementNodes
impl Unpin for HandleStatementNodes
impl UnwindSafe for HandleStatementNodes
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