pub struct ListArg {
pub field_selector: Option<String>,
pub include_uninitialized: Option<bool>,
pub label_selector: Option<String>,
}Fields§
§field_selector: Option<String>§include_uninitialized: Option<bool>§label_selector: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListArg
impl RefUnwindSafe for ListArg
impl Send for ListArg
impl Sync for ListArg
impl Unpin for ListArg
impl UnwindSafe for ListArg
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