Enum virtual_fs::mem_fs::filesystem::DirectoryMustBeEmpty
source · 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 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