pub struct RemoveFilePath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
Source§impl Clone for RemoveFilePath
impl Clone for RemoveFilePath
Source§fn clone(&self) -> RemoveFilePath
fn clone(&self) -> RemoveFilePath
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemoveFilePath
impl Debug for RemoveFilePath
Source§impl PartialEq for RemoveFilePath
impl PartialEq for RemoveFilePath
impl StructuralPartialEq for RemoveFilePath
Auto 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