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