pub enum FastrpcInnerState {}
Trait Implementations§
impl LockAfter<BeforeFsNodeAppend> for FastrpcInnerState
impl LockAfter<DeviceOpen> for FastrpcInnerState
impl LockAfter<FileOpsCore> for FastrpcInnerState
impl LockAfter<FsNodeAppend> for FastrpcInnerState
impl LockAfter<ResourceAccessorAddFile> for FastrpcInnerState
impl LockAfter<TaskRelease> for FastrpcInnerState
impl LockAfter<UninterruptibleLock> for FastrpcInnerState
impl LockAfter<Unlocked> for FastrpcInnerState
impl LockEqualOrBefore<FastrpcInnerState> for FastrpcInnerState
Auto Trait Implementations§
impl Freeze for FastrpcInnerState
impl RefUnwindSafe for FastrpcInnerState
impl Send for FastrpcInnerState
impl Sync for FastrpcInnerState
impl Unpin for FastrpcInnerState
impl UnwindSafe for FastrpcInnerState
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