pub struct Filter {
pub attributes: Vec<String>,
pub action: FilterAction,
}Expand description
Filter to include or exclude specific attributes in the response.
Fields§
§attributes: Vec<String>List of attribute names to include or exclude
action: FilterActionWhether to include or exclude the listed attributes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Filter
impl RefUnwindSafe for Filter
impl Send for Filter
impl Sync for Filter
impl Unpin for Filter
impl UnsafeUnpin for Filter
impl UnwindSafe for Filter
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