pub struct RemoveDirectoryPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveDirectoryPath
impl RefUnwindSafe for RemoveDirectoryPath
impl Send for RemoveDirectoryPath
impl Sync for RemoveDirectoryPath
impl Unpin for RemoveDirectoryPath
impl UnwindSafe for RemoveDirectoryPath
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