pub struct ReadDirectoryPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
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