pub struct CreateDirectoryPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
Source§impl Clone for CreateDirectoryPath
impl Clone for CreateDirectoryPath
Source§fn clone(&self) -> CreateDirectoryPath
fn clone(&self) -> CreateDirectoryPath
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 CreateDirectoryPath
impl Debug for CreateDirectoryPath
Source§impl PartialEq for CreateDirectoryPath
impl PartialEq for CreateDirectoryPath
impl StructuralPartialEq for CreateDirectoryPath
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