pub struct Then {
pub exprs: Vec<Expression>,
}Fields§
§exprs: Vec<Expression>Implementations§
Trait Implementations§
impl Eq for Then
impl StructuralPartialEq for Then
Auto Trait Implementations§
impl Freeze for Then
impl RefUnwindSafe for Then
impl Send for Then
impl Sync for Then
impl Unpin for Then
impl UnwindSafe for Then
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