pub struct LsInput {
pub path: String,
}Expand description
Input for the LS tool - lists files and directories.
Fields§
§path: StringThe absolute path to the directory to list
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LsInput
impl<'de> Deserialize<'de> for LsInput
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
impl StructuralPartialEq for LsInput
Auto Trait Implementations§
impl Freeze for LsInput
impl RefUnwindSafe for LsInput
impl Send for LsInput
impl Sync for LsInput
impl Unpin for LsInput
impl UnsafeUnpin for LsInput
impl UnwindSafe for LsInput
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