pub struct ExpectedDirectory { /* private fields */ }
Expand description
Contents of an expected directory artifact.
Implementations§
Auto Trait Implementations§
impl Freeze for ExpectedDirectory
impl !RefUnwindSafe for ExpectedDirectory
impl !Send for ExpectedDirectory
impl !Sync for ExpectedDirectory
impl Unpin for ExpectedDirectory
impl !UnwindSafe for ExpectedDirectory
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