pub enum WplStatementType {
Express(WplExpress),
}Variants§
Express(WplExpress)
Implementations§
Source§impl WplStatementType
impl WplStatementType
pub fn first_group(&self) -> Option<&WplGroup>
pub fn first_field(&self) -> Option<&WplField>
Trait Implementations§
Source§impl Clone for WplStatementType
impl Clone for WplStatementType
Source§fn clone(&self) -> WplStatementType
fn clone(&self) -> WplStatementType
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 WplStatementType
impl Debug for WplStatementType
Source§impl Default for WplStatementType
impl Default for WplStatementType
Source§impl Display for WplStatementType
impl Display for WplStatementType
Source§impl PartialEq for WplStatementType
impl PartialEq for WplStatementType
impl StructuralPartialEq for WplStatementType
Auto Trait Implementations§
impl Freeze for WplStatementType
impl RefUnwindSafe for WplStatementType
impl Send for WplStatementType
impl Sync for WplStatementType
impl Unpin for WplStatementType
impl UnsafeUnpin for WplStatementType
impl UnwindSafe for WplStatementType
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