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