pub struct Filter<'a> {
pub name: PathOrIdentifier<'a>,
pub arguments: Vec<WithSpan<Box<Expr<'a>>>>,
}Fields§
§name: PathOrIdentifier<'a>§arguments: Vec<WithSpan<Box<Expr<'a>>>>Trait Implementations§
impl<'a> StructuralPartialEq for Filter<'a>
Auto Trait Implementations§
impl<'a> Freeze for Filter<'a>
impl<'a> RefUnwindSafe for Filter<'a>
impl<'a> Send for Filter<'a>
impl<'a> Sync for Filter<'a>
impl<'a> Unpin for Filter<'a>
impl<'a> UnwindSafe for Filter<'a>
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