pub struct CreateDirectoryTool { /* private fields */ }Expand description
Tool for creating a new directory.
Implementations§
Source§impl CreateDirectoryTool
impl CreateDirectoryTool
pub fn new(fs: FilesystemGateway) -> Self
Trait Implementations§
Source§impl Clone for CreateDirectoryTool
impl Clone for CreateDirectoryTool
Source§fn clone(&self) -> CreateDirectoryTool
fn clone(&self) -> CreateDirectoryTool
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CreateDirectoryTool
impl RefUnwindSafe for CreateDirectoryTool
impl Send for CreateDirectoryTool
impl Sync for CreateDirectoryTool
impl Unpin for CreateDirectoryTool
impl UnwindSafe for CreateDirectoryTool
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