pub struct LocalEnterGuard { /* 私有字段 */ }展开描述
LocalSet 的上下文守卫
trait 实现§
源代码§impl Debug for LocalEnterGuard
impl Debug for LocalEnterGuard
自动 trait 实现§
impl Freeze for LocalEnterGuard
impl !RefUnwindSafe for LocalEnterGuard
impl !Send for LocalEnterGuard
impl !Sync for LocalEnterGuard
impl Unpin for LocalEnterGuard
impl UnsafeUnpin for LocalEnterGuard
impl !UnwindSafe for LocalEnterGuard
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. 更多信息