Enum tokio::task::task_local::ScopeInnerErr
source · enum ScopeInnerErr {
BorrowError,
AccessError,
}
Variants§
Implementations§
Trait Implementations§
source§impl From<AccessError> for ScopeInnerErr
impl From<AccessError> for ScopeInnerErr
source§fn from(_: AccessError) -> Self
fn from(_: AccessError) -> Self
Converts to this type from the input type.
source§impl From<BorrowMutError> for ScopeInnerErr
impl From<BorrowMutError> for ScopeInnerErr
source§fn from(_: BorrowMutError) -> Self
fn from(_: BorrowMutError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ScopeInnerErr
impl RefUnwindSafe for ScopeInnerErr
impl Send for ScopeInnerErr
impl Sync for ScopeInnerErr
impl Unpin for ScopeInnerErr
impl UnwindSafe for ScopeInnerErr
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