pub struct OutputDirectory { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for OutputDirectory
impl RefUnwindSafe for OutputDirectory
impl Send for OutputDirectory
impl Sync for OutputDirectory
impl Unpin for OutputDirectory
impl UnsafeUnpin for OutputDirectory
impl UnwindSafe for OutputDirectory
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