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 (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 ReadDirectoryPath
impl Debug for ReadDirectoryPath
Source§impl PartialEq for ReadDirectoryPath
impl PartialEq for ReadDirectoryPath
Source§fn eq(&self, other: &ReadDirectoryPath) -> bool
fn eq(&self, other: &ReadDirectoryPath) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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