pub struct RemoveDirectoryPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
Source§impl Clone for RemoveDirectoryPath
impl Clone for RemoveDirectoryPath
Source§fn clone(&self) -> RemoveDirectoryPath
fn clone(&self) -> RemoveDirectoryPath
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 RemoveDirectoryPath
impl Debug for RemoveDirectoryPath
Source§impl PartialEq for RemoveDirectoryPath
impl PartialEq for RemoveDirectoryPath
Source§fn eq(&self, other: &RemoveDirectoryPath) -> bool
fn eq(&self, other: &RemoveDirectoryPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveDirectoryPath
Auto Trait Implementations§
impl Freeze for RemoveDirectoryPath
impl RefUnwindSafe for RemoveDirectoryPath
impl Send for RemoveDirectoryPath
impl Sync for RemoveDirectoryPath
impl Unpin for RemoveDirectoryPath
impl UnsafeUnpin 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