pub enum IfClause {
Exists,
Conditions(Vec<Condition>),
}
Variants§
Implementations§
Trait Implementations§
Source§impl<'a> CustomToTokens<'a> for IfClause
impl<'a> CustomToTokens<'a> for IfClause
Source§impl ToTokens for IfClause
impl ToTokens for IfClause
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Eq for IfClause
impl StructuralPartialEq for IfClause
Auto Trait Implementations§
impl Freeze for IfClause
impl RefUnwindSafe for IfClause
impl Send for IfClause
impl Sync for IfClause
impl Unpin for IfClause
impl UnwindSafe for IfClause
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