pub struct ListArgs {
pub path: Option<String>,
}Expand description
Arguments for ListTool.
Fields§
§path: Option<String>Corpus-relative directory to list. Defaults to the corpus root.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ListArgs
impl<'de> Deserialize<'de> for ListArgs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ListArgs
impl RefUnwindSafe for ListArgs
impl Send for ListArgs
impl Sync for ListArgs
impl Unpin for ListArgs
impl UnsafeUnpin for ListArgs
impl UnwindSafe for ListArgs
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