pub enum Input<'x> {
Bool(bool),
Value(Variable<'x>),
Script(Option<&'x Sieve<'x>>),
Continue,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'x> Freeze for Input<'x>
impl<'x> RefUnwindSafe for Input<'x>
impl<'x> Send for Input<'x>
impl<'x> Sync for Input<'x>
impl<'x> Unpin for Input<'x>
impl<'x> UnsafeUnpin for Input<'x>
impl<'x> UnwindSafe for Input<'x>
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