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