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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
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
Source§fn eq(&self, other: &RemoveFilePath) -> bool
fn eq(&self, other: &RemoveFilePath) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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