pub enum SubStmtDef {
HasOne(SubStmtWith),
Optional(SubStmtWith),
ZeroOrMore(SubStmtWith),
OneOrMore(SubStmtWith),
}Variants§
Trait Implementations§
Source§impl Clone for SubStmtDef
impl Clone for SubStmtDef
Source§fn clone(&self) -> SubStmtDef
fn clone(&self) -> SubStmtDef
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 SubStmtDef
impl RefUnwindSafe for SubStmtDef
impl Send for SubStmtDef
impl Sync for SubStmtDef
impl Unpin for SubStmtDef
impl UnwindSafe for SubStmtDef
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