pub struct ListCategoriesOptions { /* private fields */ }
Implementations§
Source§impl ListCategoriesOptions
impl ListCategoriesOptions
Sourcepub fn filter_parent(&mut self, value: String)
pub fn filter_parent(&mut self, value: String)
Sets the parent filter value.
Trait Implementations§
Source§impl Default for ListCategoriesOptions
impl Default for ListCategoriesOptions
Source§fn default() -> ListCategoriesOptions
fn default() -> ListCategoriesOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListCategoriesOptions
impl RefUnwindSafe for ListCategoriesOptions
impl Send for ListCategoriesOptions
impl Sync for ListCategoriesOptions
impl Unpin for ListCategoriesOptions
impl UnwindSafe for ListCategoriesOptions
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