pub struct LabelFilterArgs {
pub limit: Option<i32>,
pub cursor: Option<String>,
}
Expand description
Label filter arguments
Fields§
§limit: Option<i32>
§cursor: Option<String>
Trait Implementations§
Source§impl Debug for LabelFilterArgs
impl Debug for LabelFilterArgs
Auto Trait Implementations§
impl Freeze for LabelFilterArgs
impl RefUnwindSafe for LabelFilterArgs
impl Send for LabelFilterArgs
impl Sync for LabelFilterArgs
impl Unpin for LabelFilterArgs
impl UnwindSafe for LabelFilterArgs
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