pub struct ReadDirectoryPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
Source§impl Clone for ReadDirectoryPath
impl Clone for ReadDirectoryPath
Source§fn clone(&self) -> ReadDirectoryPath
fn clone(&self) -> ReadDirectoryPath
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 ReadDirectoryPath
impl Debug for ReadDirectoryPath
Source§impl PartialEq for ReadDirectoryPath
impl PartialEq for ReadDirectoryPath
impl StructuralPartialEq for ReadDirectoryPath
Auto Trait Implementations§
impl Freeze for ReadDirectoryPath
impl RefUnwindSafe for ReadDirectoryPath
impl Send for ReadDirectoryPath
impl Sync for ReadDirectoryPath
impl Unpin for ReadDirectoryPath
impl UnwindSafe for ReadDirectoryPath
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