pub(super) enum DirectoryMustBeEmpty {
Yes,
No,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for DirectoryMustBeEmpty
impl RefUnwindSafe for DirectoryMustBeEmpty
impl Send for DirectoryMustBeEmpty
impl Sync for DirectoryMustBeEmpty
impl Unpin for DirectoryMustBeEmpty
impl UnsafeUnpin for DirectoryMustBeEmpty
impl UnwindSafe for DirectoryMustBeEmpty
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