pub enum LensBody {
Query(Query),
Filter(Filter),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for LensBody
Auto Trait Implementations§
impl Freeze for LensBody
impl RefUnwindSafe for LensBody
impl Send for LensBody
impl Sync for LensBody
impl Unpin for LensBody
impl UnwindSafe for LensBody
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