pub struct DirCreated {
pub path: String,
}Fields§
§path: StringTrait Implementations§
Source§impl Clone for DirCreated
impl Clone for DirCreated
Source§fn clone(&self) -> DirCreated
fn clone(&self) -> DirCreated
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 DirCreated
impl Debug for DirCreated
Auto Trait Implementations§
impl Freeze for DirCreated
impl RefUnwindSafe for DirCreated
impl Send for DirCreated
impl Sync for DirCreated
impl Unpin for DirCreated
impl UnsafeUnpin for DirCreated
impl UnwindSafe for DirCreated
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