pub enum SubStmtWith {
Stmt(StmtKeywordFn),
Selection(SelectionKeywordFn),
}Variants§
Stmt(StmtKeywordFn)
Selection(SelectionKeywordFn)
Trait Implementations§
Source§impl Clone for SubStmtWith
impl Clone for SubStmtWith
Source§fn clone(&self) -> SubStmtWith
fn clone(&self) -> SubStmtWith
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 moreAuto Trait Implementations§
impl Freeze for SubStmtWith
impl RefUnwindSafe for SubStmtWith
impl Send for SubStmtWith
impl Sync for SubStmtWith
impl Unpin for SubStmtWith
impl UnwindSafe for SubStmtWith
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