pub enum DirEntryChildrenRecursiveLevel {}Implementations§
Trait Implementations§
impl LockAfter<BeforeFsNodeAppend> for DirEntryChildrenRecursiveLevel
impl LockAfter<BinderProcsLevel> for DirEntryChildrenRecursiveLevel
impl LockAfter<DirEntryChildrenRecursiveLevel> for BinderFsDevicesLevel
impl LockAfter<DirEntryChildrenRecursiveLevel> for DeviceRegistryState
impl LockAfter<DirEntryChildrenRecursiveLevel> for DirEntryChildrenLevel
impl LockAfter<DirEntryChildrenRecursiveLevel> for FsRename
impl LockAfter<FileObjectOffset> for DirEntryChildrenRecursiveLevel
impl LockAfter<FileOpsCore> for DirEntryChildrenRecursiveLevel
impl LockAfter<FsNodeAppend> for DirEntryChildrenRecursiveLevel
impl LockAfter<FsRenameRecursive> for DirEntryChildrenRecursiveLevel
impl LockAfter<FuseDirEntryChildrenLevel> for DirEntryChildrenRecursiveLevel
impl LockAfter<FuseFsRenameLevel> for DirEntryChildrenRecursiveLevel
impl LockAfter<RemoteBinderHandleLevel> for DirEntryChildrenRecursiveLevel
impl LockAfter<ResourceAccessorLevel> for DirEntryChildrenRecursiveLevel
impl LockAfter<TaskRelease> for DirEntryChildrenRecursiveLevel
impl LockAfter<UninterruptibleLock> for DirEntryChildrenRecursiveLevel
impl LockAfter<Unlocked> for DirEntryChildrenRecursiveLevel
impl LockEqualOrBefore<DirEntryChildrenRecursiveLevel> for DirEntryChildrenRecursiveLevel
Auto Trait Implementations§
impl Freeze for DirEntryChildrenRecursiveLevel
impl RefUnwindSafe for DirEntryChildrenRecursiveLevel
impl Send for DirEntryChildrenRecursiveLevel
impl Sync for DirEntryChildrenRecursiveLevel
impl Unpin for DirEntryChildrenRecursiveLevel
impl UnsafeUnpin for DirEntryChildrenRecursiveLevel
impl UnwindSafe for DirEntryChildrenRecursiveLevel
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