pub struct CreateDirectoryPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CreateDirectoryPath
impl RefUnwindSafe for CreateDirectoryPath
impl Send for CreateDirectoryPath
impl Sync for CreateDirectoryPath
impl Unpin for CreateDirectoryPath
impl UnwindSafe for CreateDirectoryPath
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